From 7961ae5fcc8c36264c4204e56648dda2c2da770a Mon Sep 17 00:00:00 2001 From: Bram De Block Date: Tue, 28 Mar 2023 16:53:17 +0200 Subject: [PATCH] fixed a bug that Skyline made. It had to happen one day. --- Empower.Library.Room4/Order.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Empower.Library.Room4/Order.cs b/Empower.Library.Room4/Order.cs index a255fa2..15f4f92 100644 --- a/Empower.Library.Room4/Order.cs +++ b/Empower.Library.Room4/Order.cs @@ -41,7 +41,7 @@ public Order(string orderValue) } name = orderValue; - suffix = " from room 'ABugFromRoom4'"; + suffix = " from room 'Room4-5'"; } ///