mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
Removes some macro abuse
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
do { \
|
||||
var/timer = start_watch(); \
|
||||
proc2run ;\
|
||||
log_debug("\[MAZE] Operation '[opname]' on maze at [##x],[##y],[##z] took [stop_watch(timer)]s"); \
|
||||
log_debug("\[MAZE] Operation '[opname]' on maze at [x],[y],[z] took [stop_watch(timer)]s"); \
|
||||
} while (FALSE)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user