1
0
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:
Jayefuu 2021-09-29 08:34:56 +01:00 committed by GitHub
parent 894b605fe0
commit 7666660268
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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