add box features
This commit is contained in:
@ -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");
|
||||
|
Reference in New Issue
Block a user