gastamper / groundzero2

A fork of the GroundZero2 codebase with bug fixes, standardization, and sanity-related changes.
8 stars 7 forks source link

comm.c: do_outfit called on characters entering game #55

Closed gastamper closed 6 years ago

gastamper commented 6 years ago

be3833 causes issue where characters entering the game are shown the no-argument messaging from do_outfit as a result of comm.c calling do_outfit(ch, "") on all new connections.