Some stuff

This commit is contained in:
Ziver Koc 2014-07-29 12:04:55 +02:00
parent 433f60dac7
commit de59e2e27f
8 changed files with 13 additions and 36 deletions

View file

@ -91,7 +91,7 @@ public class Configurator {
public String getNiceName(){return niceName;}
public ConfigType getType(){return type;}
public String getString(){return (String) value;}
public String getString(){return value.toString();}
public void setString(String v){
switch(type){