[MIRROR] next grep, no spaces (#10548)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-29 14:13:04 -07:00
committed by GitHub
parent 16a213f699
commit 8d0febfbb6
104 changed files with 1278 additions and 1189 deletions
+4 -4
View File
@@ -115,11 +115,11 @@
///Average ping of the client
var/avgping = 0
///world.time they connected
///world.time they connected
var/connection_time
///world.realtime they connected
///world.realtime they connected
var/connection_realtime
///world.timeofday they connected
///world.timeofday they connected
var/connection_timeofday
// Runechat messages
@@ -166,7 +166,7 @@
/// Bitfield of movement dirs that were released *this* cycle (even if currently held).
/// Note that only dirs that were already held at the start of this cycle are included, if it pressed then released it won't be in here.
/// On next move, subtract this dir from the move that would otherwise be done
/// On next move, subtract this dir from the move that would otherwise be done
var/next_move_dir_sub
#ifdef CARDINAL_INPUT_ONLY