Merge pull request #11 from cedrichaase/fix/typo-sky-plural

Replace skys with skies
master
Nathan Salapat 2020-12-04 19:55:49 -06:00 committed by GitHub
commit ef4e7668cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ minetest.register_globalstep(function(dtime)
if math.random(1, 100) == 1 then
mymonths.weather = "clear"
minetest.chat_send_all("Clear skys!")
minetest.chat_send_all("Clear skies!")
end
else