Finally fixed the Clarity spam bug
Hopefully for good this time!
This commit is contained in:
parent
3d8f52e7d8
commit
61518e980e
1 changed files with 1 additions and 1 deletions
|
@ -987,7 +987,7 @@ end</script>
|
|||
<name>Finish</name>
|
||||
<script>local action = dreadnought.heap.head(dreadnought.actions)
|
||||
|
||||
if action.name == "emergency clarity" or action == "clarity" then
|
||||
if action.name == "emergency clarity" or action.name == "clarity" then
|
||||
dreadnought.heap.extract(dreadnought.actions)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue