Kim Jae Hwan
Kim Jae Hwan
@ZeMysticalTaco Sorry for late response this MR. I know `PlayerSpawn` hooks called after `PlayerInitialSpawn`, but possible player data is not initialized when called it. cause some cases PlayerSpawn hook ended...
If you want, i'll provide my permission plugins (or reproduce code).
As a result of reviewing the issue of the PR content today, I confirmed that the function 'Player: LoadData' is synchronized calling. I added codes to the callback of the...
Hook name `PlayerInitialized` is possible confused `PlayerSpawn` or `PlayerInitialSpawn` hooks. How about use `PlayerDatabaseLoaded`?
I'll try reproduce this problem with mysql database. It won't take too much time.
# Reproduce Before reproducing, there are a few premises: 1. The database is assumed to be **asynchronize query processing.** 2. The player assumes that the value of the `usergroup` key...
also as known in screenshot, grid container height a little bit greater than parents height. (Parent height : 229.5px, Grid container height : 231px) i dunno it necessary be fix...
in more testing, i figure out property 'fitToParent' is applied **container's** parent. (not a container. in example codes, `#grid` dom's parent `body`) so, this bug can fix next codes. ###...
i agree your option. when modify this may (i think almost every case) previous usages are can be breaked. i know this issue will be discuss internally, but my suggestion...