mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-23 04:32:50 -04:00
Fix an extremely minor mistake
This commit is contained in:
parent
b5a4a8a8ae
commit
359aab5317
@ -78,7 +78,7 @@ namespace MCGalaxy {
|
||||
if (ConfigElement.Parse(Server.zombieConfig, key, value, null)) {
|
||||
perms.saveZS = true;
|
||||
} else {
|
||||
Logger.Log(LogType.Warning, "\"{0}\" was not a recognised server property key.");
|
||||
Logger.Log(LogType.Warning, "\"{0}\" was not a recognised server property key.", key);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user