mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-24 14:11:29 +00:00
Fix userID being sent for slots instead of username
This commit is contained in:
parent
59ba45036d
commit
f55f15a81c
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ namespace ProjectLighthouse.Types {
|
|||
string slotData = LbpSerializer.StringElement("name", Name) +
|
||||
LbpSerializer.StringElement("id", SlotId) +
|
||||
LbpSerializer.StringElement("game", 1) +
|
||||
LbpSerializer.StringElement("npHandle", Creator.UserId) +
|
||||
LbpSerializer.StringElement("npHandle", Creator.Username) +
|
||||
LbpSerializer.StringElement("description", Description) +
|
||||
LbpSerializer.StringElement("icon", IconHash) +
|
||||
LbpSerializer.StringElement("resource", Resource) +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue