Skip to content
This repository has been archived by the owner on Jan 19, 2025. It is now read-only.

Commit

Permalink
smol oops
Browse files Browse the repository at this point in the history
  • Loading branch information
joker-119 committed Jan 28, 2020
1 parent bd07bb1 commit c45f899
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EXILED_Events/Patches/Generator079Events.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public static bool Prefix(Generator079 __instance, GameObject person, string com
else
{
bool allow = true;
if (__instance.NetworkisDoorOpen)
if (!__instance.NetworkisDoorOpen)
Events.InvokeGeneratorOpen(person, __instance, ref allow);
else
Events.InvokeGeneratorClose(person, __instance, ref allow);
Expand Down
Binary file not shown.

0 comments on commit c45f899

Please sign in to comment.