Fix player not being internally disconnected in some situation + add client_disconnected forward

This commit is contained in:
Arkshine
2015-07-17 00:26:30 +02:00
parent a9015d1d84
commit ed4faf7c11
21 changed files with 158 additions and 14 deletions

View File

@ -400,6 +400,7 @@ CopyFiles('gamedata/modules.games', 'base/addons/amxmodx/data/gamedata/modules.g
CopyFiles('gamedata/common.games', 'base/addons/amxmodx/data/gamedata/common.games',
[
'master.games.txt',
'functions.engine.txt',
'globalvars.engine.txt',
]
)