mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-01-30 04:30:58 +02:00
Fixed lua checks
This commit is contained in:
parent
759aef17b3
commit
0b1a030bfe
@ -1224,7 +1224,7 @@ local function set_pollution_multiplier(args, player)
|
|||||||
if not multiplier then
|
if not multiplier then
|
||||||
player.print("Fail")
|
player.print("Fail")
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
local old_multiplier = pollution_multiplier.value
|
local old_multiplier = pollution_multiplier.value
|
||||||
pollution_multiplier.value = multiplier
|
pollution_multiplier.value = multiplier
|
||||||
|
Loading…
x
Reference in New Issue
Block a user