Merge branch 'master' of github.com:TShock/TShock
This commit is contained in:
commit
477ad84a1f
2 changed files with 4 additions and 4 deletions
|
|
@ -35,5 +35,5 @@ using System.Runtime.InteropServices;
|
|||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
|
||||
[assembly: AssemblyVersion("2.2.0.0623")]
|
||||
[assembly: AssemblyFileVersion("2.2.0.0623")]
|
||||
[assembly: AssemblyVersion("2.3.0.0623")]
|
||||
[assembly: AssemblyFileVersion("2.3.0.0623")]
|
||||
|
|
@ -34,7 +34,7 @@ namespace TShockAPI
|
|||
public class TShock : TerrariaPlugin
|
||||
{
|
||||
public static readonly Version VersionNum = Assembly.GetExecutingAssembly().GetName().Version;
|
||||
public static readonly string VersionCodename = "Forgot to increase the version.";
|
||||
public static readonly string VersionCodename = "Lol, packet changes.";
|
||||
|
||||
public static readonly string SavePath = "tshock";
|
||||
|
||||
|
|
@ -258,7 +258,7 @@ namespace TShockAPI
|
|||
}
|
||||
|
||||
Players[ply] = player;
|
||||
Netplay.serverSock[ply].spamCheck = ConfigurationManager.SpamChecks;
|
||||
Netplay.spamCheck = ConfigurationManager.SpamChecks;
|
||||
}
|
||||
|
||||
private void OnLeave(int ply)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue