removed unnecessary api call

--HG--
branch : sourcemm-1.6.0
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/branches/sourcemm-1.6.0%40431
This commit is contained in:
David Anderson 2007-09-27 19:28:05 +00:00
parent 2542b0471e
commit 0e6498a471

View File

@ -136,6 +136,8 @@ namespace SourceMM
/**
* @brief Halts the server with a fatal error message.
*
* No newline is appended.
*
* @param fmt Formatted message string.
* @param ... Format parameters.
*/
@ -144,6 +146,8 @@ namespace SourceMM
/**
* @brief Sends the server a warning message.
*
* No newline is appended.
*
* @param fmt Formatted message string.
* @param ... Format parameters.
*/
@ -158,15 +162,6 @@ namespace SourceMM
*/
virtual int TryServerGameDLL(const char *iface) =0;
/**
* @brief Attempts to notify the provider of the gameclients version
* being used.
*
* @param iface Interface string.
* @return Version number on success, 0 otherwise.
*/
virtual int TryServerGameClients(const char *iface) =0;
/**
* @brief Notifies the provider that the DLLInit pre-hook is almost done.
*/