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

@ -1,3 +1,6 @@
2008.12.16 - 2.5.1.15 - Richard
* Removed unnecessary function call in OnPluginEnd causeing the periodical GameRules not available error.
2008.11.24 - 2.5.1.14 - Richard
* Made zr_ztele_humans cvar for allowing or disallowing humans to use the teleporter. Defaults to allow.

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"))