mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-23 12:42:22 -04:00
fix wrong 'key not recognised' message shown when loading server properties
This commit is contained in:
parent
77254b426b
commit
66f542a7dc
@ -71,7 +71,7 @@ namespace MCGalaxy {
|
|||||||
|
|
||||||
default:
|
default:
|
||||||
if (!ConfigElement.Parse(Server.serverConfig, key, value, null))
|
if (!ConfigElement.Parse(Server.serverConfig, key, value, null))
|
||||||
Server.s.Log("\"" + key + "\" was not a recognised level property key.");
|
Server.s.Log("\"" + key + "\" was not a recognised server property key.");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user