Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZetaMap/MoreCommands
/ cancel
Method
cancel
src/main/java/data/PVars.java:20–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
}
19
20
@Override
21
public
void
cancel() {
22
TempData.each(p -> p.votedRTV = false);
23
rtvCooldown.reset();
24
super.cancel();
25
}
26
}, vnwSession =
new
Task() {
27
@Override
28
public
void
run() {
Callers
3
run
Method · 0.95
initEvents
Method · 0.80
registerClientCommands
Method · 0.80
Calls
2
each
Method · 0.95
reset
Method · 0.80
Tested by
no test coverage detected