Removed unnecessary function call in OnPluginEnd causing the GameRules not available error.

This commit is contained in:
richard
2008-12-16 16:16:38 +01:00
parent 2d4f5d7ae6
commit e878d72b38
2 changed files with 4 additions and 6 deletions

View File

@ -15,7 +15,7 @@
#undef REQUIRE_PLUGIN
#include <market>
#define VERSION "2.5.1.14"
#define VERSION "2.5.1.15"
#include "zr/zombiereloaded"
#include "zr/global"
@ -88,11 +88,6 @@ public OnPluginStart()
ZR_PrintToServer("Plugin loaded");
}
public OnPluginEnd()
{
ZREnd();
}
public OnLibraryRemoved(const String:name[])
{
if (StrEqual(name, "market"))