Skip to content

Commit

Permalink
Renaming element
Browse files Browse the repository at this point in the history
Allows for usage alongside Freatta
  • Loading branch information
William Wallace committed Jul 20, 2013
1 parent b77650b commit b5f674a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/mapvote/cl_mapvote.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ net.Receive("RAM_MapVoteStart", function()
MapVote.Panel:Remove()
end

MapVote.Panel = vgui.Create("VoteScreen")
MapVote.Panel = vgui.Create("RAM_VoteScreen")
MapVote.Panel:SetMaps(MapVote.CurrentMaps)
end)

Expand Down Expand Up @@ -321,4 +321,4 @@ function PANEL:Flash(id)
end
end

derma.DefineControl("VoteScreen", "", PANEL, "DPanel")
derma.DefineControl("RAM_VoteScreen", "", PANEL, "DPanel")

0 comments on commit b5f674a

Please sign in to comment.