Wed, 20 Jul 2016 17:57:35 +0300
Fixed complation problems.
sources/interface.cpp | file | annotate | diff | comparison | revisions | |
sources/network/rconsession.cpp | file | annotate | diff | comparison | revisions |
--- a/sources/interface.cpp Wed Jul 20 17:56:40 2016 +0300 +++ b/sources/interface.cpp Wed Jul 20 17:57:35 2016 +0300 @@ -1099,7 +1099,7 @@ if (not args.is_empty()) m_session.request_watch(args); else - print_error("No CVars to watch.\n"); + printError("No CVars to watch.\n"); } else printError("Unknown command: %s\n", command.chars());