mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-15 00:14:48 +01:00
allow completion of 0-1 stage
This commit is contained in:
@@ -12,7 +12,7 @@ namespace nksrv.LobbyServer.Msgs.Antibot
|
||||
{
|
||||
protected override async Task HandleAsync()
|
||||
{
|
||||
var req = ReadData<ReqAntibotRecvData>();
|
||||
var req = await ReadData<ReqAntibotRecvData>();
|
||||
|
||||
// I don't really care about reimplementing the server side anticheat, so return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user