Not sure if this is supposed to happen, but I’m seeing a warning message from SimEthereal:
23:21:35,689 WARN [com.simsilica.ethereal.zone.ZoneManager] How would this ever happen: id:151 this.id:151
The code is this:
But, as the log shows, the id is actually the same, maybe not the same object? should the equality be .equals()
instead of !=
?