Fixed setblock not being synced
This commit is contained in:
@@ -1349,7 +1349,7 @@ public class LExecutor{
|
|||||||
if(t == null) t = Team.derelict;
|
if(t == null) t = Team.derelict;
|
||||||
|
|
||||||
if(tile.block() != b || tile.team() != t){
|
if(tile.block() != b || tile.team() != t){
|
||||||
tile.setBlock(b, t, Mathf.clamp(rotation.numi(), 0, 3));
|
tile.setNet(b, t, Mathf.clamp(rotation.numi(), 0, 3));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -26,4 +26,4 @@ org.gradle.caching=true
|
|||||||
org.gradle.internal.http.socketTimeout=100000
|
org.gradle.internal.http.socketTimeout=100000
|
||||||
org.gradle.internal.http.connectionTimeout=100000
|
org.gradle.internal.http.connectionTimeout=100000
|
||||||
android.enableR8.fullMode=false
|
android.enableR8.fullMode=false
|
||||||
archash=31a570ab27
|
archash=3284de5f0f
|
||||||
|
|||||||
Reference in New Issue
Block a user