Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2011-07-10 20:19:14 +0000
committerStijn Buys <ingar@osirion.org>2011-07-10 20:19:14 +0000
commit02169591261cc09047117ddff961595717c8903a (patch)
tree7e4e207dd4cf01385036cd046e1d69c36d2d3040 /src/core/netconnection.h
parente18fa1d8ad9208a9f5bcfe2d97d36ae3675c80f1 (diff)
Add player guid to the connection string .
Diffstat (limited to 'src/core/netconnection.h')
-rw-r--r--src/core/netconnection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/netconnection.h b/src/core/netconnection.h
index dc5dc27..59371e0 100644
--- a/src/core/netconnection.h
+++ b/src/core/netconnection.h
@@ -66,7 +66,7 @@ public:
/// send an entity request
void send_entity_request(Entity *entity);
-
+
/// send a local chat message
void send_say(std::string const &text);