Move banning natives from core to logic (bug 4406 part 3, r=fyren).

--HG--
rename : core/smn_banning.cpp => core/logic/smn_banning.cpp
This commit is contained in:
David Anderson
2010-05-14 18:22:03 -07:00
parent 78f5b513c0
commit b5b002aa4b
9 changed files with 45 additions and 32 deletions
+1
View File
@@ -34,6 +34,7 @@ files = [
'smn_players.cpp',
'MemoryUtils.cpp',
'smn_admin.cpp',
'smn_banning.cpp',
'sm_crc32.cpp'
]
if AMBuild.target['platform'] == 'windows':