From 02169591261cc09047117ddff961595717c8903a Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 10 Jul 2011 20:19:14 +0000 Subject: Add player guid to the connection string . --- src/core/netconnection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/netconnection.h') 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); -- cgit v1.2.3