Skip to content

Commit

Permalink
[alias.lic] v1.0.4 bugfix in upstreamhook stopping
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhoribu authored Feb 1, 2025
1 parent 93b2d42 commit af6d2ea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/alias.lic
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@
game: Gemstone
tags: core, alias
required: Lich > 5.0.1
version: 1.0.3
version: 1.0.4
Help Contribute: https://github.com/elanthia-online/scripts
changelog:
1.0.4 (2025-01-31)
Bugfix in .include? syntax for stopping upstreamhook
1.0.3 (2024-05-08)
Update for sqlite3 gem version 2.0+ support
1.0.2 (2023-03-04)
Expand Down Expand Up @@ -44,7 +46,7 @@
=end

if Script.current.vars[1] =~ /^stop/i
if UpstreamHook.list.include('alias-service')
if UpstreamHook.list.include?('alias-service')
UpstreamHook.remove('alias-service')
respond "\n--- Lich: alias service stopped\n\n"
else
Expand Down

0 comments on commit af6d2ea

Please sign in to comment.