Fix misspelling of TGS_SECURITY_ULTRASAFE

This commit is contained in:
Jordan Brown
2018-09-17 18:03:25 -04:00
committed by GitHub
parent f3c8a91f5e
commit ad9667bcc3
+1 -1
View File
@@ -64,7 +64,7 @@
//Call this somewhere in /world/New() that is always run
//event_handler: optional user defined event handler. The default behaviour is to broadcast the event in english to all connected admin channels
//minimum_required_security_level: The minimum required security level to run the game in which the DMAPI is integrated
/world/proc/TgsNew(datum/tgs_event_handler/event_handler, minimum_required_security_level = TGS_SERCURITY_ULTRASAFE)
/world/proc/TgsNew(datum/tgs_event_handler/event_handler, minimum_required_security_level = TGS_SECURITY_ULTRASAFE)
return
//Call this when your initializations are complete and your game is ready to play before any player interactions happen