sources/interface.cpp

branch
protocol5
changeset 160
cf514fa0f1cc
parent 159
970d58a01e8b
child 195
be953e1621d9
--- a/sources/interface.cpp	Fri Jul 22 17:59:55 2016 +0300
+++ b/sources/interface.cpp	Fri Jul 22 18:03:50 2016 +0300
@@ -1097,7 +1097,7 @@
 	else if (command == "watch")
 	{
 		if (not args.is_empty())
-			m_session.request_watch(args);
+			m_session.requestWatch(args);
 		else
 			printError("No CVars to watch.\n");
 	}

mercurial