mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 01:45:47 +00:00
Fixed minor issues from previous PR related to buffers and a typo in npns
This commit is contained in:
parent
d82ee773da
commit
675d53ab71
2 changed files with 6 additions and 7 deletions
|
@ -24,7 +24,7 @@ public:
|
|||
{4, nullptr, "ReceiveRaw"},
|
||||
{5, C<&INpnsSystem::GetReceiveEvent>, "GetReceiveEvent"},
|
||||
{6, nullptr, "ListenUndelivered"},
|
||||
{7, nullptr, "GetStateChangeEVent"},
|
||||
{7, nullptr, "GetStateChangeEvent"},
|
||||
{11, nullptr, "SubscribeTopic"},
|
||||
{12, nullptr, "UnsubscribeTopic"},
|
||||
{13, nullptr, "QueryIsTopicExist"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue