mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-08-03 11:06:08 +00:00
:
This commit is contained in:
parent
0abfb70a42
commit
ac1065afff
2 changed files with 2 additions and 2 deletions
2
.idea/modules.xml
generated
2
.idea/modules.xml
generated
|
@ -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>
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue