mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-02 00:30:07 +01:00
Fixing a comment... wish I could tell jenkins not to compile :|
This commit is contained in:
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) {
|
if (character.length > 3) {
|
||||||
party = character[3];
|
party = character[3];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user