Worst-case scenario: the UEd Goblin wipes the map and burns down your house.
Legacy:RegularEngine/MapViewer
From Unreal Wiki, The Unreal Engine Documentation Site
MapViewer is just an extended version of MapTrader that won't allow votes.
RegularEngine/MapTrader MapTrader >> MapViewer
class MapViewer extends MapTrader;
function InitComponent(GUIController MyController, GUIComponent MyOwner)
{
Super.InitComponent(MyController, MyOwner);
TeamAVote.bVisible = false;
TeamBVote.bVisible = false;
}
