Skip to content

Commit

Permalink
missing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
woutkolkman committed Oct 15, 2023
1 parent 1e682b8 commit 6da7ebd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MouseDrag/Tools/Health.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public static void ReviveCreature(PhysicalObject obj)
obj.room.game.arenaOverlay.ShutDownProcess();
obj.room.game.manager?.sideProcesses?.Remove(obj.room.game.arenaOverlay);
obj.room.game.arenaOverlay = null;
if (obj.room.game.session is ArenaGameSession)
if (obj.room.game.session is ArenaGameSession) {
(obj.room.game.session as ArenaGameSession).sessionEnded = false;
(obj.room.game.session as ArenaGameSession).challengeCompleted = false;
(obj.room.game.session as ArenaGameSession).endSessionCounter = -1;
Expand Down
Binary file modified MouseDrag/bin/mousedrag/plugins/MouseDrag.dll
Binary file not shown.

0 comments on commit 6da7ebd

Please sign in to comment.