summaryrefslogtreecommitdiffstats
path: root/source/Plugin_NewLua.cpp
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-11-11 15:05:48 +0100
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-11-11 15:05:48 +0100
commit6b34a944779e53d8708e40c1420e0672d451dd01 (patch)
treecb70273e166fc9d723ed537284c309a449721669 /source/Plugin_NewLua.cpp
parentHopefully a fix for crash when chunks are added to a client being destroyed. (diff)
downloadcuberite-6b34a944779e53d8708e40c1420e0672d451dd01.tar
cuberite-6b34a944779e53d8708e40c1420e0672d451dd01.tar.gz
cuberite-6b34a944779e53d8708e40c1420e0672d451dd01.tar.bz2
cuberite-6b34a944779e53d8708e40c1420e0672d451dd01.tar.lz
cuberite-6b34a944779e53d8708e40c1420e0672d451dd01.tar.xz
cuberite-6b34a944779e53d8708e40c1420e0672d451dd01.tar.zst
cuberite-6b34a944779e53d8708e40c1420e0672d451dd01.zip
Diffstat (limited to '')
-rw-r--r--source/Plugin_NewLua.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/source/Plugin_NewLua.cpp b/source/Plugin_NewLua.cpp
index 55a04a88c..373f990c2 100644
--- a/source/Plugin_NewLua.cpp
+++ b/source/Plugin_NewLua.cpp
@@ -687,18 +687,6 @@ bool cPlugin_NewLua::OnHandshake(cClientHandle * a_Client, const AString & a_Use
-cPlugin_NewLua * cPlugin_NewLua::CreateWebPlugin(lua_State * a_LuaState)
-{
- LOGWARN("WARNING: Using deprecated function CreateWebPlugin()! A Lua plugin is a WebPlugin by itself now. (plugin \"%s\" in folder \"%s\")",
- cPlugin::GetName().c_str(), GetLocalDirectory().c_str()
- );
- return this;
-}
-
-
-
-
-
AString cPlugin_NewLua::HandleWebRequest( HTTPRequest * a_Request )
{
cCSLock Lock( m_CriticalSection );