Skip to content

Commit

Permalink
automatic update
Browse files Browse the repository at this point in the history
  • Loading branch information
HybridDog committed Aug 26, 2014
1 parent 51a22e3 commit b7a92ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions init.lua
@@ -1,3 +1,5 @@
local time_load_start = os.clock()

--http://minetest.web1337.net/rules.php <rules of zegaton
local rules = {
"Do not grief!",
Expand Down Expand Up @@ -190,3 +192,5 @@ minetest.register_on_joinplayer(function(player)
minetest.chat_send_player(name, "Welcome, "..name..", write /show_rules into the chat and accept these rules if you want to get interact.")
end
end)

print(string.format("[rulesaccept] loaded after ca. %.2fs", os.clock() - time_load_start))

0 comments on commit b7a92ba

Please sign in to comment.