1
0
mirror of https://github.com/MinetestForFun/fishing.git synced 2025-07-25 11:30:18 +02:00

Fix english

English mixed with french in the code is dead ugly. Fix this.
This commit is contained in:
Wouters Dorian
2015-07-15 15:54:05 +02:00
parent d8922786e5
commit dc055c58b5
9 changed files with 240 additions and 231 deletions

View File

@ -35,8 +35,8 @@ local bobbermax = pole["bobber_max"]
--if contest then player must have only 2 boober
local bobber_nb = 0
local bobber_max
if fishing_setting.concours["concours"] ~= nil and fishing_setting.concours["concours"] == true then
bobber_max = fishing_setting.concours["bobber_nb"]
if fishing_setting.contest["contest"] ~= nil and fishing_setting.contest["contest"] == true then
bobber_max = fishing_setting.contest["bobber_nb"]
else
bobber_max = bobbermax
end