Don't use server commands to flush plugin unloads.

This commit is contained in:
David Anderson
2015-09-15 19:43:41 -07:00
parent 08cadcdda6
commit c36f80b93d
8 changed files with 135 additions and 17 deletions
+3
View File
@@ -35,6 +35,9 @@ class IProviderCallbacks
public:
// Called when a log message is printed. Return true to supercede.
virtual bool OnLogPrint(const char *msg) = 0;
// Called each frame tick.
virtual void OnThink(bool simulating) = 0;
};
} // namespace SourceMod