Skip to content

Commit bcbdf5c

Browse files
committed
Set fallback version to 38.1 (8.0)
1 parent 93f30b8 commit bcbdf5c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

WindBotInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22

33
namespace WindBot
44
{
@@ -22,7 +22,7 @@ public WindBotInfo()
2222
Host = "127.0.0.1";
2323
Port = 7911;
2424
HostInfo = "";
25-
Version = 38|8<<16;
25+
Version = 38|1<<8|8<<16;
2626
Hand = 0;
2727
Debug = false;
2828
Chat = true;

0 commit comments

Comments
 (0)