This website requires JavaScript.
Explore
Help
Register
Sign In
minetest
/
capturetheflag
Watch
2
Star
0
Fork
You've already forked capturetheflag
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
2b2a4222a8
capturetheflag
/
mods
/
ctf
/
ctf_disable_save
/
init.lua
6 lines
100 B
Lua
Raw
Normal View
History
Unescape
Escape
Fix nothing saving
2018-01-03 00:23:21 +00:00
ctf.save
=
function
(
)
for
i
=
1
,
#
ctf.registered_on_save
do
Fix a load of issues, add luacheck and travis
2018-04-06 13:04:56 +00:00
ctf.registered_on_save
[
i
]
(
)
Fix nothing saving
2018-01-03 00:23:21 +00:00
end
end
Reference in a new issue
Copy permalink