Add missing event values when parsed.
This commit is contained in:
parent
234fa59014
commit
8513d7ec02
BIN
sigIRCv2.jar
BIN
sigIRCv2.jar
Binary file not shown.
@ -333,6 +333,9 @@ public class Profile {
|
||||
if (RabiRaceModule.syncEvents) {
|
||||
events.append(previousEventStruct[i]);
|
||||
events.append("_");
|
||||
} else {
|
||||
events.append(0);
|
||||
events.append("_");
|
||||
}
|
||||
}
|
||||
/*if (val>9 || val<0) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user