mirror of
https://github.com/refactorinqq/SLC-1.8.9.git
synced 2024-11-10 07:11:31 +01:00
Update ComboCounterMod.java
This commit is contained in:
parent
6fa9546da4
commit
716841c7f4
@ -50,7 +50,7 @@ public class ComboCounterMod extends HudMod {
|
||||
if(combo == 0) {
|
||||
return "No " + getPostText();
|
||||
} else {
|
||||
return combo + getPostText();
|
||||
return combo + " " + getPostText();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user