mirror of
https://bitbucket.org/projectswg/cucore.git
synced 2026-07-13 20:00:58 -04:00
Changed SWGNameGenerator to use StringBuffer for name generation and fixed some small issues in other classes
This commit is contained in:
@@ -478,7 +478,7 @@ public abstract class SWGObject implements Serializable, Comparable<SWGObject> {
|
||||
}
|
||||
|
||||
public int getMaxContainerSize() {
|
||||
return Integer.valueOf(templateAttributes.get("containerVolumeLimit").toString());
|
||||
return Integer.parseInt(templateAttributes.get("containerVolumeLimit").toString());
|
||||
}
|
||||
|
||||
public void setBuildout(boolean buildout) {
|
||||
|
||||
Reference in New Issue
Block a user