Fix an extremely minor mistake

This commit is contained in:
UnknownShadow200 2017-06-15 20:23:52 +10:00
parent b5a4a8a8ae
commit 359aab5317

View File

@ -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;