mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-17 03:05:30 -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)
|
||||
else !Settings.get.canComputersBeOwned || _users.isEmpty || _users.contains(player)
|
||||
|
||||
@SideOnly(Side.CLIENT)
|
||||
def isRunning = _isRunning
|
||||
|
||||
@SideOnly(Side.CLIENT)
|
||||
|
Loading…
x
Reference in New Issue
Block a user