🔥 Remove amxmod compatability

This doesn't remove anything from the engine
This commit is contained in:
xPaw
2014-06-05 13:48:56 +03:00
parent 08378eed4b
commit ae9315ad48
26 changed files with 16 additions and 2736 deletions

View File

@ -106,9 +106,3 @@ build_plugin(
amxx_file = 'admin_sql.amxx',
extra_argv = ['USING_SQL=1']
)
# amxmod_compat is multi-file.
build_plugin(
script_path = os.path.join(builder.currentSourcePath, 'amxmod_compat', 'amxmod_compat.sma'),
amxx_file = 'amxmod_compat.amxx'
)