Skip to content

Commit

Permalink
Fixed missing creating of CallAdmin_GetHostIP native
Browse files Browse the repository at this point in the history
  • Loading branch information
Impact123 committed Apr 11, 2015
1 parent 46036f4 commit d4b7fb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gameserver/calladmin.sp
Expand Up @@ -168,6 +168,7 @@ public APLRes AskPluginLoad2(Handle myself, bool late, char[] error, int err_max
CreateNative("CallAdmin_GetTrackersCount", Native_GetCurrentTrackers);
CreateNative("CallAdmin_RequestTrackersCountRefresh", Native_RequestTrackersCountRefresh);
CreateNative("CallAdmin_GetHostName", Native_GetHostName);
CreateNative("CallAdmin_GetHostIP", Native_GetHostIP);
CreateNative("CallAdmin_GetHostPort", Native_GetHostPort);
CreateNative("CallAdmin_ReportClient", Native_ReportClient);
CreateNative("CallAdmin_LogMessage", Native_LogMessage);
Expand Down

0 comments on commit d4b7fb9

Please sign in to comment.