hi #111
No reviewers
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
xela.codes/NinjaIOUtils!111
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "new2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
changes for mute mod. replaced deprecated pixi stuff in hookModMenu. noguests option didnt work - fixed, but now without log in ninja chat.
p.s, in hookModMenu, first item of the scroll:
top = Math.round((mods.length - this.maxMods) * this.scrollTop);
edited to
top = Math.max(0, Math.round((mods.length - this.maxMods) * this.scrollTop));
because sometimes when there's only 2 mods installed, it returned -1, prob
LGTM otherwise.
Still have yet to test the script.
@ -76,13 +87,20 @@ export class AutoMuteMod extends Mod<{case "doNotMuteGuests":These should use the NinjaEvents.
@ -157,22 +192,31 @@ export class AutoMuteMod extends Mod<{}again, use NinjaEvents
unfortunately cant rebuild and test the script anytime soon.
looks fine to me