1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-02-09 13:37:02 +02:00

mtn: remove unused logging

This commit is contained in:
Gerkiz 2024-09-26 17:43:59 +02:00
parent 7e0d48c62b
commit 75e744d859

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.')