Changed placement controls / Fixed complete sectors not resetting

This commit is contained in:
Anuken
2018-10-17 17:28:24 -04:00
parent fdffa77bc5
commit f530c9514f
6 changed files with 10 additions and 7 deletions

View File

@@ -244,7 +244,7 @@ public class Net{
}
}else if(!((object instanceof Packet) && ((Packet) object).isUnimportant())){
packetQueue.add(object);
Log.info("Queuing packet {0}.", object);
Log.info("Queuing packet {0}", object);
}else{
synchronized(packetPoolLock){
Pooling.free(object);