Debugging

This commit is contained in:
2024-08-08 12:29:01 -04:00
parent e579912733
commit de8896ff4e
+1 -1
View File
@@ -54,7 +54,7 @@ public class EffectsParser {
// Parse effect entry description // Parse effect entry description
String firstLine; String firstLine = "";
try { try {
firstLine = effectData.substring(0, effectData.indexOf('\n')); firstLine = effectData.substring(0, effectData.indexOf('\n'));