Fixed another error related to using advdupe2 before menu is built

This commit is contained in:
Garrett 2018-11-24 21:47:17 -05:00
parent 58f9acb723
commit f15df1ce1f

View File

@ -2152,6 +2152,7 @@ if(CLIENT)then
end)
usermessage.Hook("AdvDupe2_ResetDupeInfo", function(um)
if not AdvDupe2.Info then return end
AdvDupe2.Info.File:SetText("File:")
AdvDupe2.Info.Creator:SetText("Creator:")
AdvDupe2.Info.Date:SetText("Date:")