Skip to content

Commit

Permalink
remove SpectatorOnJoin currently due to bugs in CS2
Browse files Browse the repository at this point in the history
  • Loading branch information
derkalle4 committed Nov 14, 2024
1 parent a478eec commit 4c9be8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/MapModifiers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ public override void Load(bool hotReload)
// register listeners
RegisterSpawnPointsListeners();
RegisterClientCommandsListeners();
RegisterSpectatorOnJoinListeners();
RegisterListener<Listeners.OnMapStart>(OnMapStart);
RegisterListener<Listeners.OnServerPrecacheResources>(OnServerPrecacheResources);
// print message if hot reload
Expand Down
2 changes: 1 addition & 1 deletion src/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ namespace MapModifiers
{
public partial class MapModifiers : BasePlugin
{
public override string ModuleVersion => "0.0.18";
public override string ModuleVersion => "0.0.19";
}
}

0 comments on commit 4c9be8e

Please sign in to comment.