mirror of
https://github.com/edgegamers/Jailbreak.git
synced 2025-12-06 04:42:57 -08:00
Remove right-click for markers
This commit is contained in:
@@ -80,7 +80,7 @@ public class WardenMarkerBehavior(IWardenService warden, IWardenLocale locale)
|
||||
menu.AddOption("Purple", (_, _) => placeMarker(3));
|
||||
|
||||
basePlugin.AddCommandListener("player_ping", CommandListener_PlayerPing);
|
||||
basePlugin.AddTimer(0.1f, OnTick, TimerFlags.REPEAT);
|
||||
// basePlugin.AddTimer(0.1f, OnTick, TimerFlags.REPEAT);
|
||||
}
|
||||
|
||||
private void placeMarker(int index) {
|
||||
|
||||
Reference in New Issue
Block a user