Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Gjum/Synapse
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0-beta12
Choose a base ref
...
head repository: Gjum/Synapse
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jan 3, 2021

  1. Copy the full SHA
    fe574ae View commit details
Showing with 2 additions and 1 deletion.
  1. +1 −1 litemod/gradle.properties
  2. +1 −0 litemod/src/main/java/gjum/minecraft/civ/synapse/LiteModSynapse.java
2 changes: 1 addition & 1 deletion litemod/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name=Synapse
description=Civ player utilities
projectGroup=gjum.minecraft.civ.synapse
version=2.0.0-beta12
version=2.0.1
mcVersion=1.12.2
mcMappings=snapshot_20180101
forgeGradleVersion=2.3-SNAPSHOT
Original file line number Diff line number Diff line change
@@ -915,6 +915,7 @@ public ITextComponent getDisplayNameForAccount(@Nonnull String accountName) {
@Nullable
public ITextComponent handleChat(ITextComponent original) {
try {
if (!isModActive()) return original;
ObservationImpl observation = ChatHandler.observationFromChat(original);
if (observation != null) {
handleChatObservation(observation, original);