oops
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4677 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
c415ead7d8
commit
e2eded8ffe
1 changed files with 1 additions and 1 deletions
|
@ -6284,7 +6284,7 @@ static void QCBUILTIN PF_OpenPortal (pubprogfuncs_t *prinst, struct globalvars_s
|
|||
}
|
||||
else
|
||||
{
|
||||
ClientReliableWrite_Byte(client, 0x80 | 0 | state);
|
||||
ClientReliableWrite_Byte(client, 0xc0 | 0 | state);
|
||||
ClientReliableWrite_Byte(client, area1);
|
||||
ClientReliableWrite_Byte(client, area2);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue