Not yet implemented design security level requirements.

This commit is contained in:
Ghommie
2020-04-24 00:51:04 +02:00
parent debbd3edab
commit e0a51903a1
25 changed files with 157 additions and 98 deletions
+1 -1
View File
@@ -169,7 +169,7 @@
.["real_mode"] = SSticker.mode.name
// Key-authed callers may know the truth behind the "secret"
.["security_level"] = get_security_level()
.["security_level"] = NUM2SECLEVEL(GLOB.security_level)
.["round_duration"] = SSticker ? round((world.time-SSticker.round_start_time)/10) : 0
// Amount of world's ticks in seconds, useful for calculating round duration