mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 12:35:33 +01:00
fixes a typo in an admin message about achievements cleanup (#92831)
## About The Pull Request the verb is achievements-admin-panel ## Why It's Good For The Game tells the admin what to actually type ## Changelog 🆑 spellcheck: fixed a typo in the admin message about achievements cleanup /🆑
This commit is contained in:
@@ -104,7 +104,7 @@ SUBSYSTEM_DEF(achievements)
|
||||
|
||||
var/list/orphaned_keys = get_orphaned_keys(FALSE)
|
||||
if(orphaned_keys.len)
|
||||
message_admins("Achievement metadata found without matching achievement, use Achievement-Admin-Panel verb to cleanup if necessary")
|
||||
message_admins("Achievement metadata found without matching achievement, use Achievements-Admin-Panel verb to cleanup if necessary")
|
||||
|
||||
/// returns list of metadata keys and versions in db with no matching achievement datum, either deleted achievements, or from server with code ahead of us.
|
||||
/datum/controller/subsystem/achievements/proc/get_orphaned_keys(include_archived = TRUE)
|
||||
|
||||
Reference in New Issue
Block a user