Skip to content

Commit

Permalink
udpate github URLs to FirstPersonKSP
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan committed Apr 15, 2024
1 parent c4d42f3 commit 0d3f6c1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion FreeIva/KerbalIvaAddon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ public void MoveKerbalToSeat(ProtoCrewMember crewMember, InternalSeat newSeat)
// put the kerbal in the seat without adjusting crew assignments
// this would normally be done inside AddCrewMemberAt
// NOTE: SitKerbalAt alters the ProtoCrewMember's seatIdx member, which is stored in the save file and used when spawning kerbals for the IVA.
// https://github.com/pizzaoverhead/FreeIva/issues/380#issuecomment-1952986010
// https://github.com/FirstPersonKSP/FreeIva/issues/380#issuecomment-1952986010
int oldSeatIndex = crewMember.seatIdx;
destModel.SitKerbalAt(crewMember, newSeat);
crewMember.seatIdx = oldSeatIndex;
Expand Down
4 changes: 2 additions & 2 deletions GameData/FreeIva/FreeIva.version
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"NAME": "FreeIva",
"URL": "https://github.com/pizzaoverhead/FreeIva/raw/main/GameData/FreeIva/FreeIva.version",
"DOWNLOAD": "https://github.com/pizzaoverhead/FreeIva/releases",
"URL": "https://github.com/FirstPersonKSP/FreeIva/raw/main/GameData/FreeIva/FreeIva.version",
"DOWNLOAD": "https://github.com/FirstPersonKSP/FreeIva/releases",
"VERSION":
{
"MAJOR": 0,
Expand Down
4 changes: 2 additions & 2 deletions GameData/FreeIva/FreeIva.version.versiontemplate
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"NAME": "FreeIva",
"URL": "https://github.com/pizzaoverhead/FreeIva/raw/main/GameData/FreeIva/FreeIva.version",
"DOWNLOAD": "https://github.com/pizzaoverhead/FreeIva/releases",
"URL": "https://github.com/FirstPersonKSP/FreeIva/raw/main/GameData/FreeIva/FreeIva.version",
"DOWNLOAD": "https://github.com/FirstPersonKSP/FreeIva/releases",
"VERSION":
{
"MAJOR": @VERSION_MAJOR@,
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

Work in progress mod for Kerbal Space Program which allows getting out of your seat and moving around the vessel while on IVA.

See the [wiki](https://github.com/pizzaoverhead/FreeIva/wiki) for full details.
See the [wiki](https://github.com/FirstPersonKSP/FreeIva/wiki) for full details.

Free IVA is licenced under GPL v2. See [LICENSE](https://github.com/pizzaoverhead/FreeIva/blob/main/LICENSE) for details. All sound model and texture assets (.wav, .mu, .dae, .tga etc.) are licensed All Rights Reserved.
Free IVA is licenced under GPL v2. See [LICENSE](https://github.com/FirstPersonKSP/FreeIva/blob/main/LICENSE) for details. All sound model and texture assets (.wav, .mu, .dae, .tga etc.) are licensed All Rights Reserved.

0 comments on commit 0d3f6c1

Please sign in to comment.