1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-07-05 00:28:51 +02:00
Commit Graph

8 Commits

Author SHA1 Message Date
44bed491ea utils/server.lua: don't assume player association
Until now, it was assumed that entity "character" was player associated.
While this is true in 99% of cases, mods that allows NPCs are not
associated with a player and thus when they kill, error happens.

This patch adds additional check.
2020-01-04 21:54:11 +01:00
b1c386a3ac added to_banned 2019-12-19 22:47:10 +01:00
581273dc46 Minor changes
Task is no longer global
global.lua now returns token.
2019-10-26 13:10:56 +02:00
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
acb57960a6 Minor changes to server
Added so it prints to discord what the player was killed by.
2019-06-30 20:58:39 +02:00
a335796d19 fixed error on startup 2019-03-09 23:57:57 +01:00
e318da6578 event_changes 2019-03-09 23:14:30 +01:00
3e63fa3362 server utils 2019-02-20 11:43:29 +01:00