mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-01-18 03:21:47 +02:00
Fixed failed lua checks
This commit is contained in:
parent
894b605fe0
commit
7666660268
@ -1228,7 +1228,7 @@ local function set_pollution_multiplier(args, player)
|
||||
return
|
||||
end
|
||||
|
||||
if multiplier < base_pollution_multiplier then
|
||||
if multiplier < base_pollution_multiplier then
|
||||
if base_pollution_multiplier == pollution_multiplier.value then -- no change, so not necessary to message all admins and update the value
|
||||
player.print("Magic crafter pollution is already at minimum value of " .. base_pollution_multiplier)
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user