This commit is contained in:
ZeroEpoch1969 2019-11-28 02:20:51 -07:00
parent 0abfb70a42
commit ac1065afff
No known key found for this signature in database
GPG Key ID: A7BAB4E14F089CF3
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/TotalFreedomMod.iml" filepath="$PROJECT_DIR$/TotalFreedomMod.iml" />
<module fileurl="file://$PROJECT_DIR$/totalfreedom.iml" filepath="$PROJECT_DIR$/totalfreedom.iml" />
</modules>
</component>
</project>

View File

@ -26,7 +26,7 @@ public class DiscordToMinecraftListener extends ListenerAdapter
{
message += " " + tag;
}
message += " " + ChatColor.RED + member.getEffectiveName() + ChatColor.DARK_GRAY + " : " + ChatColor.RESET + event.getMessage().getContentRaw();
message += " " + ChatColor.RED + member.getEffectiveName() + ChatColor.DARK_GRAY + ": " + ChatColor.RESET + event.getMessage().getContentRaw();
FUtil.bcastMsg(message);
}
}