Skip to content

Commit

Permalink
Update world_topics.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
dwasint committed Apr 10, 2024
1 parent 44aab01 commit bff6e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monkestation/code/modules/slash_commands/world_topics.dm
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
if(!id)
logger.Log(LOG_CATEGORY_DEBUG, "NO MENTOR REPLY ID", input)
return
var/datum/request/retrieved = GLOB.mentor_requests.requests_by_id[num2text(id)]
var/datum/request/retrieved = GLOB.mentor_requests.requests_by_id[id]
if(!retrieved)
logger.Log(LOG_CATEGORY_DEBUG, "NO MENTOR DATUM FOUND", input)
return
Expand Down

0 comments on commit bff6e8e

Please sign in to comment.