From 091d958b0c22e1bfd88144b4cda0c7ca00f4cf28 Mon Sep 17 00:00:00 2001 From: faketruth Date: Wed, 28 Mar 2012 18:11:06 +0000 Subject: Got rid of sPluginManagerState /pluginlist now also shows the number of active plugins Fixed crash caused by lingering bound Lua commands http://forum.mc-server.org/showthread.php?tid=212&pid=2541#pid2541 Added error messages when binding commands to an invalid plugin git-svn-id: http://mc-server.googlecode.com/svn/trunk@440 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cPlugin.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'source/cPlugin.cpp') diff --git a/source/cPlugin.cpp b/source/cPlugin.cpp index 2cbba40a0..51c67f2be 100644 --- a/source/cPlugin.cpp +++ b/source/cPlugin.cpp @@ -10,6 +10,7 @@ cPlugin::cPlugin() : m_Version( 0 ) , m_Language( E_CPP ) + , m_bCanBindCommands( false ) { } -- cgit v1.2.3