Skip to content

Commit

Permalink
fix mixed up title and message
Browse files Browse the repository at this point in the history
  • Loading branch information
Techbot121 committed Jun 15, 2024
1 parent 11acae2 commit 9593563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/pac3/editor/client/saved_parts.lua
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ function pace.LoadParts(name, clear, override_part)
pace.MessagePrompt(err, "HTTP Request Failed for " .. name, "OK")
end)
else
pace.MessagePrompt("Invalid file", ".txt file expected, got" .. ext, "OK")
pace.MessagePrompt( ".txt file expected, got" .. ext, "Invalid file", "OK")
return
end
else
Expand Down

0 comments on commit 9593563

Please sign in to comment.