]> icculus.org git repositories - divverent/nexuiz.git/blob - qcsrc/server.qc
bots should be able to pick up weapons and powerups (not ammo/health/other misc items...
[divverent/nexuiz.git] / qcsrc / server.qc
1
2 /*
3 =============
4 StartFrame
5
6 Called before each frame by the server
7 =============
8 */
9 void StartFrame (void)
10 {
11         BotFrame();
12 }