Fixed engine and dll bases screwing up.

This commit is contained in:
Twilight Suzuka
2006-02-13 19:31:46 +00:00
parent 323341f67a
commit 472613d973
4 changed files with 30 additions and 16 deletions

View File

@ -13,6 +13,4 @@ void OnAmxxAttach()
MF_AddNatives(read_natives);
MF_AddNatives(write_natives);
MF_AddNatives(misc_natives);
}
}