mirror of
https://github.com/rafi1212122/BLHX.Server.git
synced 2025-12-13 15:04:37 +01:00
extending command for user and prevent err in build ship menu
This commit is contained in:
@@ -113,5 +113,10 @@ namespace BLHX.Server.Game.Handlers
|
||||
{
|
||||
connection.Send(new Sc11752());
|
||||
}
|
||||
|
||||
public static void NotifyActivityData(this Connection connection)
|
||||
{
|
||||
connection.Send(new Sc11200());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user