From 4677278c87663c9c1e829f8d02197b800a54fbe0 Mon Sep 17 00:00:00 2001 From: Maik Wild Date: Thu, 28 Sep 2017 01:07:17 +0200 Subject: [PATCH] Fixed missing forcetuggle function head --- custom_commands.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_commands.lua b/custom_commands.lua index d8a2d453..7de99e37 100644 --- a/custom_commands.lua +++ b/custom_commands.lua @@ -366,6 +366,7 @@ local function toggle_tp_mode(cmd) end global.old_force = {} +local function forcetoggle(cmd) if not game.player or not (game.player.admin or is_mod(game.player.name)) then cant_run(cmd.name) return