mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-13 18:17:49 -04:00
remove pointless "BUILD_TYPE" option... external vs. internal client should really be enough
(this also removes some hard-coded Cyan URLs which depended on that option)
This commit is contained in:
@ -767,8 +767,8 @@ static void IReadNetIni() {
|
||||
}
|
||||
|
||||
#ifndef PLASMA_EXTERNAL_RELEASE
|
||||
// @@@: Internal dev build only: Drop a default version of the file if not found
|
||||
if (!ini && BuildType() == BUILD_TYPE_DEV) {
|
||||
// @@@: Internal build only: Drop a default version of the file if not found
|
||||
if (!ini) {
|
||||
EFileError fileError;
|
||||
qword fileSize;
|
||||
qword lastWrite;
|
||||
|
Reference in New Issue
Block a user