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 6113f32..fa89e47 100644
--- a/src/core/netclient.cc
+++ b/src/core/netclient.cc
@@ -111,7 +111,7 @@ void NetClient::receive(char *data)
client_timeout = application()->time();
}
-void NetClient::send(std::string const &msg)
+void NetClient::send_raw(std::string const &msg)
{
if (error())
return;