From dac1b62628528a212fd5a28463695e1587f2127e60c71ff8b850e85e15497c3a Mon Sep 17 00:00:00 2001 From: Minimons Date: Sun, 28 Jun 2026 11:45:04 +0200 Subject: [PATCH] 20: Update variable map with new data --- .../impl/ref/JupiterPerpsEntryPriceVariableRefresher.tjava | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/tjava/com/r35157/jupiterperpsalarm/impl/ref/JupiterPerpsEntryPriceVariableRefresher.tjava b/src/main/tjava/com/r35157/jupiterperpsalarm/impl/ref/JupiterPerpsEntryPriceVariableRefresher.tjava index 91ed4ca..f1d4682 100644 --- a/src/main/tjava/com/r35157/jupiterperpsalarm/impl/ref/JupiterPerpsEntryPriceVariableRefresher.tjava +++ b/src/main/tjava/com/r35157/jupiterperpsalarm/impl/ref/JupiterPerpsEntryPriceVariableRefresher.tjava @@ -43,6 +43,7 @@ public final class JupiterPerpsEntryPriceVariableRefresher { + " = " + position.entryPrice() ); + variables.put(variableName, position.entryPrice().toPlainString()); } } catch (IOException | InterruptedException exception) { if (exception instanceof InterruptedException) {