mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-23 12:42:22 -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)) {
|
if (ConfigElement.Parse(Server.zombieConfig, key, value, null)) {
|
||||||
perms.saveZS = true;
|
perms.saveZS = true;
|
||||||
} else {
|
} 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;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user