JimViebke / IslandMUD

A C++ MUD
MIT License
9 stars 3 forks source link

Player::login() should not be a hidden dependency #224

Closed JimViebke closed 8 years ago

JimViebke commented 8 years ago

This function should be made private, and called only from the Character constructor.

JimViebke commented 8 years ago

Fixed in c1238ae.