Skip to content

Commit

Permalink
Fixed typo in config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mydayyy committed Apr 2, 2021
1 parent b05ab3f commit e6033b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ServerSideMap/ServerSideMap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ void Awake()

Store.EnableMapShare = Config.Bind("General", "EnableMapShare", true, "Client: Whether or not to participate in sharing the map. Server: Whether or not to allow map sharing");
Store.EnablePinShare = Config.Bind("General", "EnableMarkerShare", false, "Client: Whether or not to participate in sharing markers. Server: Whether or not to allow marker sharing");
Store.DuplicatePinRadius = Config.Bind("PinShare", "DuplicatePinRadius", 15.0f, "A local pin will not be uploaded if a pin exists in the given radius on the server (when using /convertpins removelocaldupes)");
Store.DuplicatePinRadius = Config.Bind("PinShare", "DuplicatePinRadius", 15.0f, "A local pin will not be uploaded if a pin exists in the given radius on the server (when using /convertpins ignorelocaldupes)");
}

[HarmonyPatch(typeof (ZNet), "OnNewConnection")]
Expand Down

0 comments on commit e6033b0

Please sign in to comment.