Removed derpy sided annotation, should fix #600 - assuming that was on OC1.4, otherwise... this shouldn't really have happened.

This commit is contained in:
Florian Nücke 2014-10-15 14:49:28 +02:00
parent 67a4d8b89e
commit 5d28ef0336

View File

@ -51,7 +51,6 @@ trait Computer extends Environment with ComponentInventory with Rotatable with B
if (isServer) machine.canInteract(player) if (isServer) machine.canInteract(player)
else !Settings.get.canComputersBeOwned || _users.isEmpty || _users.contains(player) else !Settings.get.canComputersBeOwned || _users.isEmpty || _users.contains(player)
@SideOnly(Side.CLIENT)
def isRunning = _isRunning def isRunning = _isRunning
@SideOnly(Side.CLIENT) @SideOnly(Side.CLIENT)