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