mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 16:09:15 +00:00
Drops byond hub support and adds score and top 50 browsers. Requires DB changes and manual creation of migration script if we want to keep old achievements so no random merges please.
20 lines
404 B
Plaintext
20 lines
404 B
Plaintext
// DM Environment file for HubMigrator.dme.
|
|
// All manual changes should be made outside the BEGIN_ and END_ blocks.
|
|
// New source code should be placed in .dm files: choose File/New --> Code File.
|
|
|
|
// BEGIN_INTERNALS
|
|
// END_INTERNALS
|
|
|
|
// BEGIN_FILE_DIR
|
|
#define FILE_DIR .
|
|
// END_FILE_DIR
|
|
|
|
// BEGIN_PREFERENCES
|
|
#define DEBUG
|
|
// END_PREFERENCES
|
|
|
|
// BEGIN_INCLUDE
|
|
#include "HubMigrator.dm"
|
|
// END_INCLUDE
|
|
|