-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hi,
I have a weird behaviour the first time I add any amount of xp.
print(xp.get_data()['player_xp'].xp_current) // returns 0
xp.add_xp_to_id('player_xp', 100)
print(xp.get_data()['player_xp'].xp_current) // returns 100 but displays 93 on GUI
print(xp.get_data()['player_xp'].xp_current) // returns 100
xp.add_xp_to_id('player_xp', 100)
print(xp.get_data()['player_xp'].xp_current) // returns 200 but displays 193 on GUI
Do you have an idea of what can be the problem ?
Thank you.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels