mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-24 05:45:36 +03:00
More gcc-3 whining
This commit is contained in:
parent
b9ff24171f
commit
fe3645d809
@ -197,7 +197,7 @@ void OnAmxxAttach()
|
||||
//create the dir if it doesn't exist
|
||||
MKDIR(MF_BuildPathname("%s/vault", LOCALINFO("amxx_datadir")));
|
||||
MF_AddNatives(nVault_natives);
|
||||
MF_RegisterFunction(GetVaultMngr, "GetVaultMngr");
|
||||
MF_RegisterFunction((void *)GetVaultMngr, "GetVaultMngr");
|
||||
}
|
||||
|
||||
void ServerDeactivate_Post()
|
||||
|
Loading…
Reference in New Issue
Block a user