Skip to content

Commit

Permalink
Add TShockInstaller and TShockPluginManager to Docker
Browse files Browse the repository at this point in the history
These have been introduced in 45a378b
and be8e519, but haven't been added
to the Docker context by accident.
  • Loading branch information
timschumi committed Sep 22, 2023
1 parent b1a0544 commit e6a9603
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
!prebuilts/
!TerrariaServerAPI/
!TShockAPI/
!TShockInstaller/
!TShockLauncher/
!TShockLauncher.Tests/
!TShockPluginManager/
!TShock.sln

# but exclude build artifacts
Expand Down
1 change: 1 addition & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ Use past tense when adding new entries; sign your name off when you add or chang
* Added a method `TSPlayer.GiveItem`, which has `TShockAPI.NetItem` structure in its arguments. (@AgaSpace)
* Added a property `TSPlayer.Hostile`, which gets pvp player mode. (@AgaSpace)
* Fixed typo in `/gbuff`. (@sgkoishi, #2955)
* Added `TShockInstaller` and `TShockPluginManager` to the Docker context. (@timschumi)

## TShock 5.2
* An additional option `pvpwithnoteam` is added at `PvPMode` to enable PVP with no team. (@CelestialAnarchy, #2617, @ATFGK)
Expand Down

0 comments on commit e6a9603

Please sign in to comment.