SSmachine -> SSmachines

This commit is contained in:
Cyberboss
2017-03-22 11:38:35 -04:00
parent 5907da67ee
commit 71deca2374
11 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -383,7 +383,7 @@ var/list/TYPES_SHORTCUTS = list(
/client/proc/cmd_debug_make_powernets()
set category = "Debug"
set name = "Make Powernets"
SSmachine.makepowernets()
SSmachines.makepowernets()
log_admin("[key_name(src)] has remade the powernet. makepowernets() called.")
message_admins("[key_name_admin(src)] has remade the powernets. makepowernets() called.", 0)
feedback_add_details("admin_verb","MPWN") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!