mirror of
https://github.com/JezuzLizard/Recompilable-gscs-for-BO2-zombies-and-multiplayer.git
synced 2025-06-11 19:27:57 -05:00
9 lines
111 B
Plaintext
9 lines
111 B
Plaintext
#include maps/mp/animscripts/traverse/shared;
|
|
|
|
main()
|
|
{
|
|
/#
|
|
assert( 0, "Not supposed to be used in MP" );
|
|
#/
|
|
}
|