Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/badvision/jace
/ doConfig
Method
doConfig
src/main/java/jace/cheat/DynamicCheat.java:40–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
boolean isHold = false;
39
40
@Override
41
protected
void
doConfig() {
42
if
(addr != null) {
43
setScopeStart(addr.getValue());
44
}
45
}
46
47
@Override
48
protected
void
doEvent(RAMEvent e) {
Callers
2
DynamicCheat
Method · 0.95
addCheat
Method · 0.45
Calls
2
setScopeStart
Method · 0.80
getValue
Method · 0.65
Tested by
no test coverage detected