Fixed Null Pointer.

dev
sigonasr2 7 years ago
parent 87ab40209b
commit 09f715c30b
  1. BIN
      sigIRCv2.jar
  2. 2
      src/sig/modules/RabiRaceModule.java

Binary file not shown.

@ -295,6 +295,7 @@ public class RabiRaceModule extends Module{
}
firstUpdate=false;
}
if (mySession!=null) {
for (Profile p : mySession.getPlayers()) {
if (!p.username.equalsIgnoreCase(myProfile.username)) {
if (!p.isPaused) {
@ -304,6 +305,7 @@ public class RabiRaceModule extends Module{
}
}
}
}
public void ApplyConfigWindowProperties() {
sigIRC.rabiracemodule_X=(int)position.getX();

Loading…
Cancel
Save