mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01: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