diff --git a/lua/wire/client/e2_viewrequest_menu.lua b/lua/wire/client/e2_viewrequest_menu.lua index 72d61ee2af..619a8dbcdf 100644 --- a/lua/wire/client/e2_viewrequest_menu.lua +++ b/lua/wire/client/e2_viewrequest_menu.lua @@ -99,7 +99,7 @@ list.Set("DesktopWindows", "WireExpression2_ViewRequestMenu", { end mnu:AddOption("Accept Once", function() - local confirm = Derma_Query( + Derma_Query( "Are you SURE you want "..line.initiator:Nick().." to have complete access to the code in your chip '"..viewRequests[line.initiator][line.chip].name.."'?\nThis means they are able to steal and redistribute it, so you should only do this if you are certain you can trust them", "Confirm", "Yes", function() @@ -113,7 +113,7 @@ list.Set("DesktopWindows", "WireExpression2_ViewRequestMenu", { ) end) mnu:AddOption("Accept Always", function() - local confirm = Derma_Query( + Derma_Query( "Are you SURE you want "..line.initiator:Nick().." to have complete access to the code in your chip '"..viewRequests[line.initiator][line.chip].name.."' for the duration the chip entity exists?\nThis means they are able to steal and redistribute it, as well as view any modifications you make to the chip, so you should only do this if you are certain you can trust them", "Confirm", "Yes", function()