mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
Removes unnessacary math defines
This commit is contained in:
@@ -153,5 +153,5 @@
|
||||
var/value = text2num(params["adjust"])
|
||||
if(value)
|
||||
var/newtime = round(time+value)
|
||||
time = CLAMP(newtime, 0, 600)
|
||||
time = clamp(newtime, 0, 600)
|
||||
. = TRUE
|
||||
|
||||
Reference in New Issue
Block a user