1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-07-05 07:04:44 +02:00

Fixing a comment... wish I could tell jenkins not to compile :|

This commit is contained in:
nossr50
2013-02-17 16:12:47 -08:00
parent f7b1aea7e0
commit e78cbcfcc8

@ -65,7 +65,7 @@ public class SQLConversionTask implements Runnable {
}
/*
* Looks like we still have party as the 3rd string in the array but we don't use it anymore
* Looks like we still have party as the 4th string in the array but we don't use it anymore
if (character.length > 3) {
party = character[3];
}