]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/anticheat.qh
Kill g_antilag_bullets (always assume 1); kill bullet gravity.
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / anticheat.qh
1 void anticheat_init();
2 void anticheat_report();
3 void anticheat_shutdown();
4
5 void anticheat_physics();
6 void anticheat_spectatecopy(entity spectatee);
7 void anticheat_prethink();
8
9 void anticheat_serverframe();