mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 01:09:34 +00:00
Changed: Minor changes (EOL, spaces, etc...)
This commit is contained in:
parent
237b6767b0
commit
d05c011033
18 changed files with 2314 additions and 2315 deletions
|
@ -59,7 +59,7 @@ IF(EXTERNAL_FOUND)
|
|||
IF(NOT External_FIND_QUIETLY)
|
||||
MESSAGE(STATUS "Found ${EXTERNAL_NAME}: ${EXTERNAL_PATH}")
|
||||
ENDIF()
|
||||
ELSE(EXTERNAL_FOUND)
|
||||
ELSE()
|
||||
IF(External_FIND_REQUIRED)
|
||||
MESSAGE(FATAL_ERROR "Unable to find ${EXTERNAL_NAME}!")
|
||||
ELSE()
|
||||
|
|
|
@ -96,5 +96,4 @@ WriteFilesDirectory = "data_shard";
|
|||
|
||||
// ---- service custom variables (used by ConfigFile class)
|
||||
|
||||
|
||||
// ---- service custom variables (used by CVariable class)
|
||||
|
|
|
@ -37,7 +37,7 @@ DontUseSU = 0;
|
|||
|
||||
HomeMainlandNames =
|
||||
{
|
||||
"302", "Open", "open",
|
||||
"302", "Open", "open",
|
||||
};
|
||||
|
||||
// The max number of ring points (aka ring access) for each ecosystem
|
||||
|
|
Loading…
Reference in a new issue