Removed unnecessary function call in OnPluginEnd causing the GameRules not available error.
This commit is contained in:
parent
2d4f5d7ae6
commit
e878d72b38
|
@ -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
|
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.
|
* Made zr_ztele_humans cvar for allowing or disallowing humans to use the teleporter. Defaults to allow.
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
#undef REQUIRE_PLUGIN
|
#undef REQUIRE_PLUGIN
|
||||||
#include <market>
|
#include <market>
|
||||||
|
|
||||||
#define VERSION "2.5.1.14"
|
#define VERSION "2.5.1.15"
|
||||||
|
|
||||||
#include "zr/zombiereloaded"
|
#include "zr/zombiereloaded"
|
||||||
#include "zr/global"
|
#include "zr/global"
|
||||||
|
@ -88,11 +88,6 @@ public OnPluginStart()
|
||||||
ZR_PrintToServer("Plugin loaded");
|
ZR_PrintToServer("Plugin loaded");
|
||||||
}
|
}
|
||||||
|
|
||||||
public OnPluginEnd()
|
|
||||||
{
|
|
||||||
ZREnd();
|
|
||||||
}
|
|
||||||
|
|
||||||
public OnLibraryRemoved(const String:name[])
|
public OnLibraryRemoved(const String:name[])
|
||||||
{
|
{
|
||||||
if (StrEqual(name, "market"))
|
if (StrEqual(name, "market"))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user