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

Commit e427f54

Browse files
committed
Null reference exception in greeting dialogs.
1 parent 7e426a0 commit e427f54

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//267
1+
//268
22
//
33
// This code was generated by a tool. Any changes made manually will be lost
44
// the next time this code is regenerated.
55
//
66

77
using System.Reflection;
88

9-
[assembly: AssemblyFileVersion("1.13.5.267")]
10-
[assembly: AssemblyVersion("1.13.5.267")]
9+
[assembly: AssemblyFileVersion("1.13.5.268")]
10+
[assembly: AssemblyVersion("1.13.5.268")]

EssentialsPlugin/ProcessHandlers/ProcessGreeting.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ public override void OnPlayerJoined(ulong remoteUserId)
179179

180180
base.OnPlayerJoined(remoteUserId);
181181
}
182-
182+
183183
public override void OnPlayerLeft(ulong remoteUserId)
184184
{
185185
lock (m_greetingList)

0 commit comments

Comments
 (0)