mirror of
https://github.com/rafi1212122/BLHX.Server.git
synced 2025-12-13 15:04:37 +01:00
💀 strictly necessary login nitifies
This commit is contained in:
@@ -11,4 +11,11 @@ namespace BLHX.Server.Game.Handlers
|
||||
connection.Send(new Sc26102());
|
||||
}
|
||||
}
|
||||
static class P26ConnectionNotifyExtensions
|
||||
{
|
||||
public static void NotifyGameRoom(this Connection connection)
|
||||
{
|
||||
connection.Send(new Sc26120());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user