1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-16 02:47:48 +02:00

mtn: remove unused logging

This commit is contained in:
Gerkiz 2024-09-26 17:43:59 +02:00
parent 175945f168
commit ff7f584c71

View File

@ -126,7 +126,6 @@ Commands.new('mtn_reverse_map', 'Usable only for admins - reverses the map!')
Public.set_stateful_settings('reversed', not reversed)
Discord.send_notification_raw(scenario_name, player.name .. ' reversed the map.')
Public.reset_map()
log(serpent.block('resetting map'))
game.print(mapkeeper .. player.name .. ', has reverse the map and reset the game!',
{ r = 0.98, g = 0.66, b = 0.22 })
player.print('Map reversed.')