Merge pull request #159 from thegrb93/fix_lua_error

Fixed another error related to using advdupe2 before menu is built
This commit is contained in:
thegrb93 2018-11-25 17:49:41 -05:00 committed by GitHub
commit e4d088336e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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:")