Comment cleanup
This commit is contained in:
@@ -34,7 +34,6 @@ import engine.net.client.msg.UpdateObjectMsg;
|
||||
import engine.server.MBServerStatics;
|
||||
import org.pmw.tinylog.Logger;
|
||||
|
||||
import java.awt.geom.Area;
|
||||
import java.awt.geom.Path2D;
|
||||
import java.sql.ResultSet;
|
||||
import java.sql.SQLException;
|
||||
@@ -914,7 +913,7 @@ public class Building extends AbstractWorldObject {
|
||||
|
||||
// Note: We handle R8 tree edge case for mesh and health
|
||||
// after city is loaded to avoid recursive result set call
|
||||
// in City resulting in a stack ovreflow.
|
||||
// in City resulting in a stack overflow.
|
||||
|
||||
if (blueprint != null) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user