Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Revert "Bumped ServerMod version to 2.0.3."
Browse files Browse the repository at this point in the history
This reverts commit d8b3aa6.
  • Loading branch information
TheKigen committed Mar 16, 2018
1 parent f2b2d7d commit 4aa5b62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Smod2/Smod2/PluginManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace Smod2
{
public class PluginManager
{
public static readonly string SMOD_API_VERSION = "2.0.3";
public static readonly string SMOD_API_VERSION = "2.0.2";
private Dictionary<string, Plugin> plugins;

private ICommandManager commandManager;
Expand Down
2 changes: 1 addition & 1 deletion Smod2/Smod2/Smod2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>E:\SteamLibrary\steamapps\common\SCP Secret Laboratory2\SCPSL_Data\Managed\</OutputPath>
<OutputPath>..\..\..\..\..\..\..\..\Program Files %28x86%29\Steam\steamapps\common\SCP Secret Laboratory\SCPSL_Data\Managed\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand Down

0 comments on commit 4aa5b62

Please sign in to comment.