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

Commit

Permalink
Null reference exception in greeting dialogs.
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxar-tc committed Mar 5, 2016
1 parent 7e426a0 commit e427f54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions EssentialsPlugin/AssemblyFileVersion.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
//267
//268
//
// This code was generated by a tool. Any changes made manually will be lost
// the next time this code is regenerated.
//

using System.Reflection;

[assembly: AssemblyFileVersion("1.13.5.267")]
[assembly: AssemblyVersion("1.13.5.267")]
[assembly: AssemblyFileVersion("1.13.5.268")]
[assembly: AssemblyVersion("1.13.5.268")]
2 changes: 1 addition & 1 deletion EssentialsPlugin/ProcessHandlers/ProcessGreeting.cs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public override void OnPlayerJoined(ulong remoteUserId)

base.OnPlayerJoined(remoteUserId);
}

public override void OnPlayerLeft(ulong remoteUserId)
{
lock (m_greetingList)
Expand Down

0 comments on commit e427f54

Please sign in to comment.