next grep, no spaces (#17437)

* next grep, no spaces

* next few files

* fix that

* fix that
This commit is contained in:
Kashargul
2025-03-28 21:25:08 +01:00
committed by GitHub
parent 29d373d2b8
commit c30f2b9c49
84 changed files with 1058 additions and 1048 deletions
+4 -4
View File
@@ -114,11 +114,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
@@ -165,7 +165,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