mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-02 03:15:52 -04:00
XP flytxt no longer shows if performing/stationary
This commit is contained in:
@@ -826,7 +826,7 @@ public class PlayerService implements INetworkDispatch {
|
||||
experience += ((experience * experienceBonus) / 100);
|
||||
|
||||
// 1. Add the experience.
|
||||
if (experience > 0) {
|
||||
if (experience > 0 && !creature.isStationary()) {
|
||||
creature.showFlyText("base_player", "prose_flytext_xp", "", experience, (float) 2.5, new RGB(180, 60, 240), 1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user