Skip to content

Commit

Permalink
I'm dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
MellDa1024 committed Jul 17, 2022
1 parent 1823c12 commit 899727f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/com/mellda/modules/LambdaNotification.kt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ internal object LambdaNotification : PluginModule(
if (playerPacket.action == SPacketPlayerListItem.Action.ADD_PLAYER) {
if (playerPacket.entries[0].profile.name == null) return@safeListener
if (playerPacket.entries[0].profile.name.lowercase() == stalkerName.trim().lowercase()) {
trayicon.displayMessage("Lambda Client", "${playerPacket.action.name} Joined.", TrayIcon.MessageType.NONE)
trayicon.displayMessage("Lambda Client", "${playerPacket.entries[0].profile.name} Joined.", TrayIcon.MessageType.NONE)
}
}
}
Expand Down

0 comments on commit 899727f

Please sign in to comment.