mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
Merge pull request #49421 from ShizCalev/define-cleanup
Cleans up redundant 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