Subterfuge-Revived / Remake-Core

Core repository that holds all game logic for both front end rendering and back end validation.
Creative Commons Zero v1.0 Universal
39 stars 23 forks source link

Prevent Dead Players from Submitting Events #120

Open QuinnBast opened 1 year ago

QuinnBast commented 1 year ago

Enhancement Description

Once a player has left the game or is eliminated, they should not be able to submit game events.

Solution

There are two ways to do this. Make the server block these types of events, or make the client not trigger any events if the player is eliminated.