Skip to content

Commit 61c616c

Browse files
committed
Fix compilation errors
1 parent cc89249 commit 61c616c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/PatchKit Patcher/Scripts/PatcherStatistics.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ private static string EventName(Event value)
140140
public static IEnumerator SendEvent(Event ev, string appSecret, OptionalParams? parameters = null)
141141
{
142142
string senderId = PatcherSenderId.Get();
143-
string caller = string.Format("patcher_unity:{0}.{1}.{2}", Version.Major, Version.Minor, Version.Release);
143+
string caller = string.Format("patcher_unity:{0}.{1}.{2}.{3}", Version.Major, Version.Minor, Version.Patch, Version.Hotfix);
144144
string operatingSystemFamily;
145145

146146
string eventName = EventName(ev);

0 commit comments

Comments
 (0)