mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-07 02:18:30 +00:00
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:
parent
2542b0471e
commit
0e6498a471
@ -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.
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user