Skip to content

Commit

Permalink
hot fix a crash
Browse files Browse the repository at this point in the history
  • Loading branch information
Duzos committed Feb 5, 2024
1 parent b3903bd commit 522ed74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 24 deletions.
24 changes: 2 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,2 @@
# 1.2.26
- Added Security
- - Those without linked keys will be left behind on demat
- - Those without linked keys cannot use the console
- Autopilot now only works on lowest speed
- Flipping the handbrake with autopilot enabled now forces you to land instead of crashing
- Crashing now causes an explosion
- Monitor can now be rotated freely
- Added eighth doctor hum
- Made a different particle show when refueling in a RiftChunk
- Updated monitor screen
- Added four new creak sounds
- Added a LinkCommand
- Failing to takeoff/land no longer sends a message to the pilot
- Flight sounds no longer play when out of power
- Fixed being unable to turn off antigravs at max world height
- Fixed issues with Siege Mode
- Added a temporary command to force tardises out of siege mode
- Created ArtronHolder interface
- Renamed "ExteriorSchema" to "ExteriorCategory"
- Moved "hasPortals" method into the individual variants
- Readded syncing if you have a linked item - NEEDS TESTING MAY CAUSE STACKING ISSUES
# 1.2.7
- Hot fix crash
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ yarn_mappings=1.20.1+build.10
loader_version=0.15.3

# Mod Properties
mod_version = 1.2.26-1.20.1-beta
mod_version = 1.2.27-1.20.1-beta
maven_group = mdteam.ait
archives_base_name = ait

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ public void tick(World world, BlockPos pos, BlockState state, ConsoleBlockEntity
}
if(this.getTardis().isEmpty()) return;

ServerTardis tardis = (ServerTardis) this.getTardis().get();
Tardis tardis = this.getTardis().get();

boolean isRiftChunk = RiftChunkManager.isRiftChunk(tardis.getExterior().getExteriorPos());

Expand Down

0 comments on commit 522ed74

Please sign in to comment.