From 4dcd43850f108c289b9ff52fed17f94cb61f5f5e Mon Sep 17 00:00:00 2001 From: SiboVG Date: Fri, 31 Mar 2023 13:35:21 +0200 Subject: [PATCH] Make sure to clean the project before building the JAR This has caused numerous weird bugs in the past... --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index b395b5e85..dc9941f67 100644 --- a/build.xml +++ b/build.xml @@ -29,7 +29,7 @@ - +