Added NESS. Hopefully fixed Master of the Void spawn in. Full compile. Updated release archive.
13 lines
179 B
Plaintext
13 lines
179 B
Plaintext
//
|
|
// Spawn Banner
|
|
// Turn Spawn Tracking OFF
|
|
//
|
|
|
|
#include "spawn_functions"
|
|
|
|
void main()
|
|
{
|
|
NESS_DumpModuleSpawns(FALSE);
|
|
SendMessageToAllDMs("Spawn dumping disabled");
|
|
}
|