= corrected toString behavior
This commit is contained in:
@@ -57,6 +57,6 @@ public class LocCommands extends BaseLocFile implements IConfigSection
|
||||
|
||||
@Override
|
||||
public String write() {
|
||||
return super.toString();
|
||||
return toString();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user