Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhoribu authored Feb 1, 2025
1 parent 468b1d9 commit a0ffa63
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/sk.lic
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@
- initial release
=end

#if Gem::Version.new(LICH_VERSION) < Gem::Version.new(lich_gem_requires)
if defined?(Lich::Gemstone::SK)
echo("Version of Lich5 has built-in support for ;sk manipulation.")
echo("No longer need to run the script")
SK.main("help", nil)
SK.main("help")
exit
end

Expand Down

0 comments on commit a0ffa63

Please sign in to comment.