mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
Merge pull request #10206 from Birdtalon/self-playtime-fix
Fixes a couple of silly mistakes in #10201
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