mirror of
				https://github.com/DarkflameUniverse/DarkflameServer.git
				synced 2025-10-31 20:52:01 +00:00 
			
		
		
		
	fix: lock crash to operator
This commit is contained in:
		| @@ -777,7 +777,7 @@ void SlashCommandHandler::Startup() { | ||||
| 		.info = "Crashes the server", | ||||
| 		.aliases = { "crash", "pumpkin" }, | ||||
| 		.handle = DEVGMCommands::Crash, | ||||
| 		.requiredLevel = eGameMasterLevel::DEVELOPER | ||||
| 		.requiredLevel = eGameMasterLevel::OPERATOR | ||||
| 	}; | ||||
| 	RegisterCommand(CrashCommand); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 David Markowitz
					David Markowitz