1
0

update build tools

This commit is contained in:
GenZmeY 2022-09-02 15:17:59 +03:00
parent cdacf03d40
commit 31db3849be
7 changed files with 16 additions and 5 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*.psd
/ignore

View File

@ -378,7 +378,7 @@ public function bool DestroyRepInfo(Controller C)
return false;
}
DefaultProperties
defaultproperties
{
}

View File

@ -54,7 +54,7 @@ public function NotifyLogout(Controller C)
CVC.NotifyLogout(C);
}
DefaultProperties
defaultproperties
{
}

View File

@ -60,7 +60,7 @@ private static function bool IsUID(String ID, E_LogLevel LogLevel)
{
`Log_TraceStatic();
return (Locs(Left(ID, 2)) ~= "0x");
return (Left(ID, 2) ~= "0x");
}
private static function bool AnyToUID(String ID, out UniqueNetId UID, E_LogLevel LogLevel)

View File

@ -64,7 +64,7 @@ static function IncMapStat(String Map, int PlayTime, String SortPolicy, E_LogLev
StaticSaveConfig();
}
DefaultProperties
defaultproperties
{
}

View File

@ -11,6 +11,15 @@ StripSource="True"
PackageBuildOrder="CVC"
### Brew parameters ###
# Packages you want to brew using @peelz's patched KFEditor.
# Useful for cases where regular brew doesn't put *.upk inside the package.
# Specify them with a space as a separator,
# The order doesn't matter
PackagePeelzBrew=""
### Steam Workshop upload parameters ###
# Mutators that will be uploaded to the workshop

2
tools

@ -1 +1 @@
Subproject commit 2f173aad7a6f4578574764801136a0d86e830653
Subproject commit 3efdb9f4d13cb730264cf17498ed1e1ee908934c