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