|
|
@ -4404,7 +4404,7 @@ public class GenericFunctions { |
|
|
|
if (important) { |
|
|
|
if (important) { |
|
|
|
pd.lastimportantactionbarmsg=TwosideKeeper.getServerTickTime(); |
|
|
|
pd.lastimportantactionbarmsg=TwosideKeeper.getServerTickTime(); |
|
|
|
} |
|
|
|
} |
|
|
|
TwosideKeeper.lastActionBarMessage=finalmsg; |
|
|
|
pd.lastActionBarMessage=finalmsg; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -4413,8 +4413,9 @@ public class GenericFunctions { |
|
|
|
pd.lastimportantactionbarmsg=last_important_msg_time; |
|
|
|
pd.lastimportantactionbarmsg=last_important_msg_time; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public static String getLastActionBarMessage() { |
|
|
|
public static String getLastActionBarMessage(Player p) { |
|
|
|
return TwosideKeeper.lastActionBarMessage; |
|
|
|
PlayerStructure pd = PlayerStructure.GetPlayerStructure(p); |
|
|
|
|
|
|
|
return pd.lastActionBarMessage; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public static String getDisplayName(LivingEntity ent) { |
|
|
|
public static String getDisplayName(LivingEntity ent) { |
|
|
|