mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 23:17:28 +01:00
next grep, no spaces (#17437)
* next grep, no spaces * next few files * fix that * fix that
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user