add box features

This commit is contained in:
Redo
2025-02-26 17:36:12 -07:00
parent cd5b46cc3b
commit dd049be341
21 changed files with 1510 additions and 339 deletions

View File

@ -1,7 +1,8 @@
// Executes all required scripts and initializes the server side.
// -------------------------------------------------------------------
$ND::Version = "1.6.2";
// Not updating because it's useless
$ND::Version = "1.6.3";
$ND::FilePath = filePath($Con::File) @ "/";
$ND::ConfigPath = "config/NewDuplicator/";
@ -61,5 +62,3 @@ ndResendHandshakes();
if($Pref::Server::ND::SymTableOnStart && !$ND::SymmetryTableCreated){
schedule(10, 0, ndCreateSymmetryTable);
}
exec("./v20fix.cs");