mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
fixes a couple of silly mistakes
This commit is contained in:
@@ -43,11 +43,11 @@ var/global/list/role_playtime_requirements = list(
|
||||
set category = "Special Verbs"
|
||||
set name = "Check my playtime"
|
||||
|
||||
if(!config.use_exp_restrictions)
|
||||
if(!config.use_exp_tracking)
|
||||
to_chat(src, "<span class='warning'>Playtime tracking is not enabled.</span>")
|
||||
return
|
||||
|
||||
to_chat(src, "<span class='notice>Your playtime is [get_exp_living()].</span>")
|
||||
to_chat(src, "<span class='notice'>Your playtime is [get_exp_living()].</span>")
|
||||
|
||||
// Admin Verbs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user