1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-11-23 22:22:34 +02:00

misc fixes

This commit is contained in:
Gerkiz
2022-05-12 22:22:03 +02:00
parent 44af53da8c
commit f0560c1d27
4 changed files with 40 additions and 30 deletions

View File

@@ -239,10 +239,7 @@ commands.add_command(
end
if not this.creative_are_you_sure then
this.creative_are_you_sure = true
player.print(
'[WARNING] This command will enable creative/cheat-mode for all connected players, run this command again if you really want to do this!',
Color.yellow
)
player.print('[WARNING] This command will enable creative/cheat-mode for all connected players, run this command again if you really want to do this!', Color.yellow)
return
end
if this.creative_enabled then