urbanyoung / Phasor

Phasor is a server extension for Halo PC which focuses on giving the end-user the ability to deeply customize gameplay. Phasor does this via its scripting system, which uses the Lua language. Scripters are able to react to and change many different aspects of the game.
MIT License
19 stars 9 forks source link

rresolveplayer shouldn't raise error on invalid player #10

Closed urbanyoung closed 11 years ago

urbanyoung commented 11 years ago

rresolveplayer should return nil if it receives an invalid player, not raise an error as it currently does.