This commit is contained in:
Herr Ritschwumm 2017-08-17 22:08:26 +02:00
parent d80728e112
commit 1d4c318eac

View File

@ -363,7 +363,7 @@ minetest.register_chatcommand("tpggo", {
-- Get current time.
local now = os.time()
-- Check if coodown needs to be calculated.
-- Check if cooldown needs to be calculated.
if ( not minetest.is_singleplayer() ) and ( travelpoints.restrictions.cooldown > 0 ) and ( not minetest.get_player_privs(name)["server"] ) then
if user_travelpoints_table._cooldown ~= nil then