Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Illuna-Minetest
bitchange
Commits
3befc29a
Commit
3befc29a
authored
May 16, 2015
by
SmallJoker
Browse files
Typo in init.lua line 61
parent
e28d5e58
Changes
1
Hide whitespace changes
Inline
Side-by-side
init.lua
View file @
3befc29a
...
...
@@ -58,7 +58,7 @@ if bitchange.enable_bank then
end
end
if
not
minetest
.
setting_getbool
(
"creative_mode"
)
and
bitchange
_
initial_give
>
0
then
if
not
minetest
.
setting_getbool
(
"creative_mode"
)
and
bitchange
.
initial_give
>
0
then
-- Giving initial money
minetest
.
register_on_newplayer
(
function
(
player
)
player
:
get_inventory
():
add_item
(
"main"
,
"bitchange:mineninth "
..
bitchange
.
initial_give
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment