Fixed stupid compiler error in cookies (oops) and recoded serial module to use steamids (serial's weren't workin' out) + the API was very confined, added ability to create SteamID cache's instead of one global cache. ZSpawn uses this new cache system.
This commit is contained in:
@ -43,7 +43,7 @@
|
||||
#include "zr/cvars"
|
||||
#include "zr/log"
|
||||
#include "zr/config"
|
||||
#include "zr/serial"
|
||||
#include "zr/steamidcache"
|
||||
#include "zr/sayhooks"
|
||||
#include "zr/tools"
|
||||
#include "zr/cookies"
|
||||
@ -130,7 +130,6 @@ public OnPluginStart()
|
||||
public OnMapStart()
|
||||
{
|
||||
// Forward event to modules.
|
||||
SerialOnMapStart();
|
||||
OverlaysOnMapStart();
|
||||
RoundEndOnMapStart();
|
||||
InfectOnMapStart();
|
||||
|
Reference in New Issue
Block a user