Skip to content

Commit 73cb17e

Browse files
Fix protocol 248 not being parsed
1 parent 84626c7 commit 73cb17e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Crossplay/CrossplayPlugin.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,8 @@ private string ParseVersion(int version)
690690
return "v1.4.3.4";
691691
case 247:
692692
return "v1.4.3.5";
693+
case 248:
694+
return "v1.4.3.6";
693695
}
694696
return $"Unknown{version}";
695697
}

0 commit comments

Comments
 (0)