From 51d8c809b72030081d2bd8adfc4dd5cb82dea88c Mon Sep 17 00:00:00 2001 From: Matt Jeanes Date: Sat, 30 Aug 2014 09:14:34 +0100 Subject: [PATCH] Hotfix Fixed 'Couldn't include file 'worldportals\teleport_cl.lua' (File not found) (@lua/autorun/worldportals_init.lua (line 20))' --- lua/autorun/worldportals_init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/autorun/worldportals_init.lua b/lua/autorun/worldportals_init.lua index c56ab29..42dbbc1 100644 --- a/lua/autorun/worldportals_init.lua +++ b/lua/autorun/worldportals_init.lua @@ -17,6 +17,6 @@ if SERVER then else include( "worldportals/render_cl.lua" ) - include( "worldportals/teleport_cl.lua" ) + --include( "worldportals/teleport_cl.lua" ) end