Removed unnecessary function call in OnPluginEnd causing the GameRules not available error.
This commit is contained in:
@ -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"))
|
||||
|
Reference in New Issue
Block a user