From: Samual Date: Sat, 24 Dec 2011 05:34:48 +0000 (-0500) Subject: debug print for voting for maps X-Git-Tag: xonotic-v0.6.0~188^2~28^2~83 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=69a49dadcce24f22473959400708a8455262b8d3;p=xonotic%2Fxonotic-data.pk3dir.git debug print for voting for maps --- diff --git a/qcsrc/server/command/vote.qc b/qcsrc/server/command/vote.qc index 46d4a2533..960bbb44c 100644 --- a/qcsrc/server/command/vote.qc +++ b/qcsrc/server/command/vote.qc @@ -485,6 +485,8 @@ string ValidateMap(string validated_map, entity caller) { validated_map = MapInfo_FixName(validated_map); + print("validated_map: ", validated_map, ". \n"); + if(!validated_map) { print_to(caller, "This map is not available on this server.");