mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Makes our time defines use strict numbers instead of nested defines (#26069)
* ITS LITERALLY FREE PERFORMANCE * I CAN DO BASIC MATH I PROMISE
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
// So you can be all 10 SECONDS
|
||||
#define SECONDS *10
|
||||
|
||||
#define MINUTES SECONDS*60
|
||||
#define MINUTES *600
|
||||
|
||||
#define HOURS MINUTES*60
|
||||
#define HOURS *36000
|
||||
|
||||
#define TICKS *world.tick_lag
|
||||
|
||||
|
||||
Reference in New Issue
Block a user