mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
Update pollution.lua (#278)
This commit is contained in:
@@ -15,7 +15,7 @@ Commands.new_command('pollution-clear', 'Clear pollution')
|
||||
end}
|
||||
:register(function(player, surface)
|
||||
surface.clear_pollution()
|
||||
return Commands.success{'expcom-pol.clr', player}
|
||||
return Commands.success{'expcom-pol.clr', player.name}
|
||||
end)
|
||||
|
||||
Commands.new_command('pollution-off', 'Disable pollution')
|
||||
|
||||
Reference in New Issue
Block a user