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:
Greyscale
2009-06-20 22:24:31 -07:00
parent bb75f1955c
commit 6426bf169c
5 changed files with 119 additions and 110 deletions

View File

@ -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();