Skip to content

Commit

Permalink
Update TimeOfDAySwitch.cs
Browse files Browse the repository at this point in the history
fixes #434
  • Loading branch information
notfood authored Mar 30, 2024
1 parent 9d4ab51 commit ff63583
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/Mods/TimeOfDAySwitch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
namespace Multiplayer.Compat
{
/// <summary>Time of day switches by merthsoft</summary>
/// <see href="https://bitbucket.org/merthsoft/timeofdayswitch"/>
/// <see href="https://github.com/merthsoft/time-of-day-switch"/>
/// <see href="https://steamcommunity.com/sharedfiles/filedetails/?id=776114412"/>
[MpCompatFor("Merthsoft.TimeOfDaySwitches")]
[MpCompatFor("Merthsoft.TimeOfDaySwitch")]
class TimeOfDAySwitch
{
public TimeOfDAySwitch(ModContentPack mod)
{
MP.RegisterSyncMethod(AccessTools.Method("TimerSwitches.TimeOfDaySwitch:SetState"));
MP.RegisterSyncMethod(AccessTools.Method("Merthsoft.TimerSwitches.TimeOfDaySwitch:SetState"));
}
}
}

0 comments on commit ff63583

Please sign in to comment.