Markers no longer synced

This commit is contained in:
Anuken
2023-09-28 18:25:20 -04:00
parent 6119f3a507
commit d41b6f219b
2 changed files with 6 additions and 9 deletions

View File

@@ -153,7 +153,7 @@ public class GlobalVars{
//network
vars.items[varServer].numval = (net.server() || !net.active()) ? 1 : 0;
vars.items[varServer].numval = net.client() ? 1 : 0;
vars.items[varClient].numval = net.client() ? 1 : 0;
}
/** @return a piece of content based on its logic ID. This is not equivalent to content ID. */