FlopDolphin57
- FlopDolphin57
- JIRAUSER776216
- Europe/Stockholm
- Yes
- No
1 issues
Key
Summary
Status
Reporter
Assignee
Created
Changed Description:
The game function "UpdateTradePacket::getName" does not return the name(or anything) as all the other packet functions do.
This can be reproduces by getting an instance of the UpdateTradePacket on either the server or client. Call the virtual getName function.
The expected result is a string of "UpdateTradePacket" to be returned but the result is a blank string.
Um I'm not sure how im expected to give steps to reproduce this, its literally code in the game that does nothing rather than returning the name of the expected packet.
Im decompiling the public server software, looking at that function you can see it does not do what its intended purpose is. This does not affect gameplay, just possibly logging features for server softwares.
There is no ingame steps to reproduce this. Its a function that needs to be called in the server software.