mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-17 11:15:12 -04:00
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:
parent
67a4d8b89e
commit
5d28ef0336
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user