openzomboid / log-extender

Log Extender is a modification to Project Zomboid that helps administering the server
Apache License 2.0
19 stars 1 forks source link

Inconsistent levelup event #1

Closed outdead closed 5 years ago

outdead commented 5 years ago

When I increase perks to another player through the administrator panel, 2 clients write to the log - mine and this player. My client "remembers" the older version of the player and the log entries are not obtained consistently.

[13-09-19 23:12:01.155] {{player_steam_id}} {{player_username}} {"Fitness":6,"Sprinting":7} stats={"kills":15191,"hours":4527.839381353119} [13-09-19 23:12:05.070] {{admin_steam_id}} {{player_username}} {"Fitness":7,"Sprinting":6} stats={"kills":15160,"hours":4502.852268883577} [13-09-19 23:12:05.169] {{player_steam_id}} {{player_username}} {"Fitness":8,"Sprinting":6} stats={"kills":15191,"hours":4527.866318060235} [13-09-19 23:12:11.892] {{player_steam_id}} {{player_username}} {"Fitness":8,"Sprinting":7} stats={"kills":15191,"hours":4527.91095358256} [13-09-19 23:12:32.908] {{admin_steam_id}} {{player_username}} {"Fitness":8,"Sprinting":6} stats={"kills":15160,"hours":4503.037860544545} [13-09-19 23:12:33.008] {{player_steam_id}} {{player_username}} {"Fitness":9,"Sprinting":6} stats={"kills":15191,"hours":4528.0515654244855} [13-09-19 23:12:39.533] {{player_steam_id}} {{player_username}} {"Fitness":9,"Sprinting":7} stats={"kills":15191,"hours":4528.094640005916} [13-09-19 23:12:54.318] {{player_steam_id}} {{player_username}} {"Fitness":9,"Sprinting":8} stats={"kills":15191,"hours":4528.1931118195835}

outdead commented 5 years ago

https://github.com/game-servers/pz-mod-log-extender/releases/tag/v0.2.0