Cleanup of LoadProperties, changed around a few message strings.

This commit is contained in:
GJ
2012-03-18 01:42:56 -04:00
parent 92cc494087
commit 6b99d3e5f1
16 changed files with 519 additions and 412 deletions

View File

@ -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())
{