Skip to content

Commit d804c3a

Browse files
authored
Баг
1 parent 4a57dcf commit d804c3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/infl_cmenu/config/config.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ PIS.Config:AddMenu("Ссылки", "info", "Ссылки", info, {
165165
{name = "Вконтакте", mat = "vk", col = ocean, func = function() inflexible.util:OpenURL("https://vk.com/im") end},
166166
{name = "Контент", mat = "steam", col = black, func = function() inflexible.util:OpenURL("https://steamcommunity.com/sharedfiles") end},
167167
{name = "Discord", mat = "discord", col = white, func = function() inflexible.util:OpenURL("https://discord.gg/11111") end},
168-
{name = "Правила", mat = "document", col = white, func = function() inflexible.util:OpenURL("https://docs.google.com/document/d111") end},
168+
{name = "Правила", mat = "document", col = white, func = function() inflexible.util:OpenURL("https://docs.google.com/document/d111") end}, // Тут баги напишите в Issues, если заете, как пофиксить.
169169

170170

171171
})
@@ -183,4 +183,4 @@ PIS.Config:AddMenu("Меню полиции", "police", "Меню полиц
183183

184184

185185

186-
PIS.Config:AddMenu("Список заказов", "hitman", "Список заказов", red, function() RunConsoleCommand("say","/hits") end, function(ply) return ply:Team() == TEAM_HITMAN end)
186+
PIS.Config:AddMenu("Список заказов", "hitman", "Список заказов", red, function() RunConsoleCommand("say","/hits") end, function(ply) return ply:Team() == TEAM_HITMAN end)

0 commit comments

Comments
 (0)