Убрал баг с окончанием ДМ

This commit is contained in:
2011-09-17 19:45:21 +00:00
parent e86284d8fc
commit 341392ca54

View File

@@ -4724,7 +4724,7 @@ public DMDetect()
{
if(IsPlayerConnected(i) == 1)
{
if(Spectate[i] == -1)
if(Spectate[i] != -1 && TVMode[i] == 11)
{
TogglePlayerControllable(i, 1);
SetPlayerInterior(i,Unspec[i][sPint]);