Some stuff
This commit is contained in:
parent
433f60dac7
commit
de59e2e27f
8 changed files with 13 additions and 36 deletions
|
|
@ -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){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue