feat: noKimCooldowns cheat #1605

Merged
OrdisPrime merged 4 commits from noKimCooldowns into main 2025-04-13 05:52:00 -07:00
Showing only changes of commit 2c27feb31f - Show all commits

View File

@ -21,6 +21,6 @@ jobs:
if [[ -n "$(git status --porcelain)" ]]; then
echo "Uncommitted changes detected:"
git status
git diff
git --no-pager diff
exit 1
fi