Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/netclient.cc')
-rw-r--r--src/core/netclient.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/netclient.cc b/src/core/netclient.cc
index 01de8b8..76112e1 100644
--- a/src/core/netclient.cc
+++ b/src/core/netclient.cc
@@ -27,7 +27,7 @@ NetClient::NetClient(std::string host, int port, int fd) :
client_host = host;
client_port = port;
- client_player = new NetPlayer(this);
+ client_player = new Player(this);
if (!fd) {
con_warn << "Network invalid client file descriptor!" << std::endl;