1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-08 00:39:30 +02:00
Commit Graph

5 Commits

Author SHA1 Message Date
Gerkiz
4af6aa4be7 Minor change
Fixed an error: 
player time could be abused by reconnecting.
2019-07-07 02:07:50 +02:00
Gerkiz
bca457e0ed
Removed unused local 2019-07-06 23:59:27 +02:00
Gerkiz
34fd511970 Minor changes
Instead of player tables, the values are stored as numbers inside playersession. Added also if player is playing singleplayer then create the player.name is directly on player_join created in the playsession table.
2019-07-06 23:44:27 +02:00
Gerkiz
fc7eccf070
Minor fix
If the player does not exist within the dataset then create it with online_time as value.
2019-07-06 20:34:33 +02:00
Gerkiz
2ad8db371a Major overhaul to player sessions
Removed all local files for player session.
Player sessions are now fetched from the scenario-data.
2019-07-06 16:38:03 +02:00