Skip to content

Commit dc84672

Browse files
authored
Merge branch 'KSP2Community:main' into main
2 parents f34275f + 1b66a35 commit dc84672

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.idea/.idea.CommunityFixes/.idea/projectSettingsUpdater.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugin_template/swinfo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "Community Fixes",
66
"description": "Community project that aims to bring together bug fixes for KSP 2.",
77
"source": "https://github.com/KSP2Community/CommunityFixes",
8-
"version": "0.14.0",
8+
"version": "0.15.0",
99
"version_check": "https://raw.githubusercontent.com/KSP2Community/CommunityFixes/main/plugin_template/swinfo.json",
1010
"ksp2_version": {
1111
"min": "0.2.2",

src/CommunityFixes/Fix/TrackingStationDebrisNameFix/TrackingStationDebrisNameFix.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
using HarmonyLib;
22
using KSP.Map;
3-
using System.Text.RegularExpressions;
4-
using Newtonsoft.Json;
53
using KSP.Sim.impl;
6-
using Castle.Components.DictionaryAdapter.Xml;
7-
using static KSP.Api.UIDataPropertyStrings.View;
84

95
namespace CommunityFixes.Fix.TrackingStationDebrisNameFix
106
{

0 commit comments

Comments
 (0)