Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion KISSMultiplayer/lua/ge/extensions/kissmp/ui/chat.lua
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ local function draw()
if imgui.Button("Send", imgui.ImVec2(button_width, -1)) then
send_current_chat_message()
end
imgui.PopItemWidth()
end
imgui.End()
imgui.PopStyleVar()
Expand Down
Loading