mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-12 08:43:26 +01:00
[MIRROR] next grep, no spaces (#10548)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
16a213f699
commit
8d0febfbb6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user