mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-12 00:35:56 -04:00
Should fix sided issue.
This commit is contained in:
parent
829038f612
commit
fada3e43d9
@ -135,7 +135,7 @@ class TextBuffer(val host: EnvironmentHost) extends prefab.ManagedEnvironment wi
|
|||||||
_pendingCommands = None
|
_pendingCommands = None
|
||||||
}
|
}
|
||||||
|
|
||||||
if (syncCooldown > 0) {
|
if (SideTracker.isClient && syncCooldown > 0) {
|
||||||
syncCooldown -= 1
|
syncCooldown -= 1
|
||||||
if (syncCooldown == 0) {
|
if (syncCooldown == 0) {
|
||||||
syncCooldown = syncInterval
|
syncCooldown = syncInterval
|
||||||
|
Loading…
x
Reference in New Issue
Block a user