- Partially implement tab switch

- Better support character switch
This commit is contained in:
Infi
2024-08-28 18:18:20 +02:00
parent 17ed40307c
commit f6531907a4
7 changed files with 35 additions and 5 deletions
+3
View File
@@ -164,6 +164,9 @@ internal sealed unsafe class Chat : IDisposable
return;
ChangeChannelNameDetour(agent);
// Inform all clients that a new login happend
Plugin.ServerCore.SendNewLogin();
}
private byte ChatLogRefreshDetour(nint log, ushort eventId, AtkValue* value)