mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-10 07:45:05 -04:00
Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into 1.4
This commit is contained in:
commit
bc842a150b
@ -19,9 +19,9 @@ trait TileEntity extends net.minecraft.tileentity.TileEntity {
|
|||||||
|
|
||||||
def block = getBlockType
|
def block = getBlockType
|
||||||
|
|
||||||
def isClient = SideTracker.isClient
|
def isClient = !isServer
|
||||||
|
|
||||||
def isServer = SideTracker.isServer
|
def isServer = if (world != null) !world.isRemote else SideTracker.isServer
|
||||||
|
|
||||||
// ----------------------------------------------------------------------- //
|
// ----------------------------------------------------------------------- //
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user