diff --git a/code/game/jobs/job_exp.dm b/code/game/jobs/job_exp.dm
index 465af126354..bfd11066bf3 100644
--- a/code/game/jobs/job_exp.dm
+++ b/code/game/jobs/job_exp.dm
@@ -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, "Playtime tracking is not enabled.")
return
- to_chat(src, "Your playtime is [get_exp_living()].")
// Admin Verbs