9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2026-01-04 15:41:30 +00:00

Fix PapiExpansion not persisting after papi reload

This commit is contained in:
Julian Krings
2023-10-24 17:43:36 +02:00
committed by GitHub
parent a82fa578eb
commit 5f38503ac5

View File

@@ -46,7 +46,7 @@ public class IrisPapiExpansion extends PlaceholderExpansion {
@Override
public boolean persist() {
return false;
return true;
}
@Override