fix a very sneaky bug in atmos
This commit is contained in:
parent
728f0b2171
commit
8811983c9a
@ -12,8 +12,8 @@ minetest.register_chatcommand("ratio", {
|
||||
return false, "You are not allowed to control the weather, you scrub. \n \n This incident WILL be reported."
|
||||
end
|
||||
|
||||
atmos.current_weather = param
|
||||
|
||||
atmos.current_weather = 0 + param
|
||||
return true, "Current weather updated."
|
||||
end,
|
||||
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user