Merge pull request #8 from iangilfillan/master

Spelling mistake in energy.lua exhuasted->exhausted
pull/14/head
Brandon 2015-07-07 13:56:51 -05:00
commit 106a34d26e
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ local affect_tired = {
time = 120,
physics = { speed = -0.6 },
custom = { chance=100, func = function(name, player, affectid)
minetest.chat_send_player(name,"You are exhuasted")
minetest.chat_send_player(name,"You are exhausted")
end,runonce=true},
},
},