Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuck Therebelos <snares@users.sourceforge.net>2010-08-10 03:01:45 +0400
committerTuck Therebelos <snares@users.sourceforge.net>2010-08-10 03:01:45 +0400
commit06dd3abbecac47e17c7cda184de208c3ef9278bd (patch)
tree6669d09e6230221252f470e600002c277e3a9858 /plugins/tf2
parent4ad437a669b0dd178d84f49434f929ebf9a095ba (diff)
Gmod update; minor plugin fixes/updates
Diffstat (limited to 'plugins/tf2')
-rw-r--r--plugins/tf2/tf2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/tf2/tf2.cpp b/plugins/tf2/tf2.cpp
index e92279ea9..aad8382e7 100644
--- a/plugins/tf2/tf2.cpp
+++ b/plugins/tf2/tf2.cpp
@@ -94,7 +94,7 @@ static int fetch(float *avatar_pos, float *avatar_front, float *avatar_top, floa
new_context << "<context>"
<< "<game>tf2</game>"
- << "<hostport>" << chHostStr << "</hostport>"
+ << "<hostport>" << sHost << "</hostport>"
<< "</context>";
context = new_context.str();