Improved logs for ship controller count
This commit is contained in:
parent
79d21baa5b
commit
e9ba3af0b1
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ public class TileEntityShipCore extends TileEntityAbstractShipController impleme
|
|||
this,
|
||||
stateCurrent,
|
||||
isEnabled ? "Enabled" : "Disabled",
|
||||
0, // @TODO countControllers,
|
||||
blockPosShipControllers.size(),
|
||||
warmupTime_ticks,
|
||||
ticksCooldown));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue