mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-28 03:34:43 +02:00
Cleanup of LoadProperties, changed around a few message strings.
This commit is contained in:
@ -132,7 +132,7 @@ public class SpoutStuff
|
||||
|
||||
public static void setupSpoutConfigs()
|
||||
{
|
||||
String temp = LoadProperties.readString("Spout.Menu.Key", "KEY_M");
|
||||
String temp = plugin.getConfig().getString("Spout.Menu.Key", "KEY_M");
|
||||
|
||||
for(Keyboard x : Keyboard.values())
|
||||
{
|
||||
|
Reference in New Issue
Block a user