Refactor 4 - Move entities natives to its own file and reflect changes
This commit is contained in:
@ -64,6 +64,7 @@ void OnAmxxAttach()
|
||||
return;
|
||||
}
|
||||
|
||||
MF_AddNatives(pdata_entities_natives);
|
||||
MF_AddNatives(pdata_gc_natives);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user