diff --git a/changelog.txt b/changelog.txt index 623b055..d2f1a70 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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. diff --git a/src/zombiereloaded.sp b/src/zombiereloaded.sp index 9f16ac2..a6dc4fd 100644 --- a/src/zombiereloaded.sp +++ b/src/zombiereloaded.sp @@ -15,7 +15,7 @@ #undef REQUIRE_PLUGIN #include -#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"))