Update release configuration
This commit is contained in:
@ -22,6 +22,7 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
|
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
|
||||||
<OutPutPath>..\bin\Release\Client</OutPutPath>
|
<OutPutPath>..\bin\Release\Client</OutPutPath>
|
||||||
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="Debug.cs" />
|
<Compile Include="Debug.cs" />
|
||||||
|
@ -87,6 +87,7 @@ namespace RageCoop.Client.Scripting
|
|||||||
}
|
}
|
||||||
public void Load(string path,string[] zips)
|
public void Load(string path,string[] zips)
|
||||||
{
|
{
|
||||||
|
LoadedResources.Clear();
|
||||||
foreach (var zip in zips)
|
foreach (var zip in zips)
|
||||||
{
|
{
|
||||||
var zipPath=Path.Combine(path, zip);
|
var zipPath=Path.Combine(path, zip);
|
||||||
|
Reference in New Issue
Block a user