Skip to content

Commit

Permalink
Merge pull request #10 from cedrichaase/fix/typo
Browse files Browse the repository at this point in the history
Replace Augest with August
  • Loading branch information
NathanSalapat committed Dec 8, 2017
2 parents 5868518 + 02e6e75 commit 5ca8d56
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions command.lua
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ minetest.register_chatcommand("setmonth", {
or param == "august"
or param == "aug" then

mymonths.month = "Augest"
mymonths.month = "August"
mymonths.month_counter = 8
minetest.chat_send_player(name, "Month has been changed to August")

Expand Down Expand Up @@ -259,7 +259,7 @@ minetest.register_chatcommand("holidays", {
minetest.chat_send_player(name, "Friendship Day - March 12")
minetest.chat_send_player(name, "Miners Day - April 10")
minetest.chat_send_player(name, "Minetest Day - June 5")
minetest.chat_send_player(name, "Builders Day - Augest 12")
minetest.chat_send_player(name, "Builders Day - August 12")
minetest.chat_send_player(name, "Harvest Day - October 8")
minetest.chat_send_player(name, "New Years Eve - December 14")
end
Expand Down
2 changes: 1 addition & 1 deletion leaves.lua
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ minetest.register_lbm({

end

-- Augest
-- August
if month == 8 then

-- Default Leaves
Expand Down
2 changes: 1 addition & 1 deletion months.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ local mon = {
{5, "May", t3, t3, 1},
{6, "June", t3, t3, 1.1},
{7, "July", t1, t5, 1.2},
{8, "Augest", t1, t5, 1.5},
{8, "August", t1, t5, 1.5},
{9, "September",t3, t3, 1},
{10, "October", t3, t3, 1},
{11, "November", t4, t2, .9},
Expand Down

0 comments on commit 5ca8d56

Please sign in to comment.