mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-25 21:31:28 +00:00
Move PlayerSpawn() def in rounds
This commit is contained in:
parent
54d8572321
commit
1dde9c3952
1 changed files with 2 additions and 2 deletions
|
@ -119,6 +119,8 @@ void() updateDogRound =
|
|||
}
|
||||
}
|
||||
|
||||
void() PlayerSpawn;
|
||||
|
||||
void() EndRound =
|
||||
{
|
||||
entity who = find(world,classname,"spectator");
|
||||
|
@ -160,8 +162,6 @@ void() EndRound =
|
|||
}
|
||||
}
|
||||
|
||||
void() PlayerSpawn;
|
||||
|
||||
void() NewRound =
|
||||
{
|
||||
entity tempe;
|
||||
|
|
Loading…
Reference in a new issue