Replace call to simple getter from within class with inlined version
This commit is contained in:
@@ -154,7 +154,7 @@ public class GridStorage implements IGridStorage
|
||||
|
||||
public void remove()
|
||||
{
|
||||
WorldSettings.getInstance().destroyGridStorage( this.getID() );
|
||||
WorldSettings.getInstance().destroyGridStorage( this.myID );
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user