acmcarther / space_coop

Wanna-be game engine for use in a SS13 clone
2 stars 0 forks source link

Spawn/Delete entity #64

Closed acmcarther closed 8 years ago

acmcarther commented 8 years ago

Enable client side prop spawning via key combination.

This should explicitly disable deleting player entities as an edge case. We need to prevent players from deleting other players (lol).

acmcarther commented 8 years ago

Implemented in #93 without edge case support.