mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 18:19:55 +00:00
[Client] Remove pointless declaration of DedicatedPlayer as struct
This seems to have been a typo left over from Koncord's early work on the project.
This commit is contained in:
parent
e00ee1425a
commit
1f3a17eff7
1 changed files with 0 additions and 2 deletions
|
@ -22,8 +22,6 @@ namespace MWMechanics
|
|||
|
||||
namespace mwmp
|
||||
{
|
||||
struct DedicatedPlayer;
|
||||
|
||||
class DedicatedPlayer : public BasePlayer
|
||||
{
|
||||
friend class PlayerList;
|
||||
|
|
Loading…
Reference in a new issue