fix: Optimizes gump relay info (Prep for Static Gumps) (#1698)
This commit is contained in:
parent
50fcee12dc
commit
cfe9e04c78
220 changed files with 364 additions and 402 deletions
|
|
@ -449,7 +449,8 @@ public static class IncomingPlayerPackets
|
|||
|
||||
prof?.Start();
|
||||
|
||||
gump.OnResponse(state, new RelayInfo(buttonID, switches, textEntries));
|
||||
var relayInfo = new RelayInfo(buttonID, switches, textEntries);
|
||||
gump.OnResponse(state, relayInfo);
|
||||
|
||||
prof?.Finish();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue