mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Critical maploader fix
Definitely do not update the server without this change. And a gateway tweak thing because that was my original intent with this branch.
This commit is contained in:
@@ -157,7 +157,7 @@ var/global/use_preloader = FALSE
|
||||
++turfsSkipped
|
||||
#endif
|
||||
CHECK_TICK
|
||||
maxx = max(maxx, ++xcrd)
|
||||
maxx = max(maxx, xcrd++)
|
||||
key_list[++key_list.len] = line_keys
|
||||
|
||||
// Rotate the list according to orientation
|
||||
|
||||
Reference in New Issue
Block a user