Merge pull request #2565 from EtherTyper/patch-1
Remove extraneous space in README.
This commit is contained in:
commit
69f56d1bdd
2 changed files with 2 additions and 1 deletions
|
|
@ -16,6 +16,7 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin
|
|||
* Added filter in `GetDataHandlers.HandleCatchNpc` that stops unregistered and logged out players on SSC servers to catch critters. (@tru321)
|
||||
* Fixed rejection check inside of `HandlePaintTile` to account for the Paint Sprayer (or Architect Gizmo Pack) being inside your inventory, rather than on an accessory slot. (@drunderscore)
|
||||
* Added the lanterns night event to the `/worldevent` command. (@0x3fcf1bbd)
|
||||
* Removed extraneous space causing build commands in README to fail. (@EtherTyper)
|
||||
|
||||
## TShock 4.5.12
|
||||
* Fixed the ability to spawn Zenith projectile with non-original items. (@AgaSpace)
|
||||
|
|
|
|||
|
|
@ -207,7 +207,7 @@ You need to re-run the patcher any time `OTAPI` updates. You need to rebuild `Te
|
|||
|
||||
$ cd ./TerrariaServerAPI/TShock.Modifications.Bootstrapper/bin/$BUILD_MODE/
|
||||
$ mono TShock.Modifications.Bootstrapper.exe -in=OTAPI.dll \
|
||||
-mod=../../../TShock.Modifications.**/bin/$BUILD_MODE/TShock.Modifications.*.dll \
|
||||
-mod=../../../TShock.Modifications.**/bin/$BUILD_MODE/TShock.Modifications.*.dll \
|
||||
-o=Output/OTAPI.dll
|
||||
|
||||
1. Verify that non-zero modifications ran successfully. Then, build the Terraria Server API executable.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue