diff options
| author | Alexia <me@alexia.lol> | 2024-02-24 00:08:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-24 00:08:52 +0100 |
| commit | 972d07c2631d99d0b3e46ea66eecf0825d4e038c (patch) | |
| tree | 01218570da26c36ed7ba60fbdc526d45282c984f /src/main/java/at/hannibal2/skyhanni/events | |
| parent | 4a542542f7887880152782da2ec0aca272260087 (diff) | |
| download | skyhanni-972d07c2631d99d0b3e46ea66eecf0825d4e038c.tar.gz skyhanni-972d07c2631d99d0b3e46ea66eecf0825d4e038c.tar.bz2 skyhanni-972d07c2631d99d0b3e46ea66eecf0825d4e038c.zip | |
Fixed rare profile detection bugs. Changed PreProfileSwitchEvent to ProfileJoinEvent. #868
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/events')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/events/PreProfileSwitchEvent.kt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/events/PreProfileSwitchEvent.kt b/src/main/java/at/hannibal2/skyhanni/events/PreProfileSwitchEvent.kt deleted file mode 100644 index 240f14758..000000000 --- a/src/main/java/at/hannibal2/skyhanni/events/PreProfileSwitchEvent.kt +++ /dev/null @@ -1,3 +0,0 @@ -package at.hannibal2.skyhanni.events - -class PreProfileSwitchEvent : LorenzEvent()
\ No newline at end of file |
