diff --git a/Content.Client/_DV/AccountLinking/LinkAccountManager.cs b/Content.Client/_DV/AccountLinking/LinkAccountManager.cs index 7e8a4311dea..338ad82dd0e 100644 --- a/Content.Client/_DV/AccountLinking/LinkAccountManager.cs +++ b/Content.Client/_DV/AccountLinking/LinkAccountManager.cs @@ -1,4 +1,4 @@ -using Content.Shared._DV.AccountLinking; +using Content.Shared._DV.AccountLinking; using Robust.Shared.Network; namespace Content.Client._DV.AccountLinking; diff --git a/Content.Client/_DV/AccountLinking/LinkAccountSystem.cs b/Content.Client/_DV/AccountLinking/LinkAccountSystem.cs index f87928baa86..af6f4a853f3 100644 --- a/Content.Client/_DV/AccountLinking/LinkAccountSystem.cs +++ b/Content.Client/_DV/AccountLinking/LinkAccountSystem.cs @@ -2,4 +2,4 @@ using Content.Shared._DV.AccountLinking; namespace Content.Client._DV.AccountLinking; -public sealed class LinkAccountSystem : EntitySystem; \ No newline at end of file +public sealed class LinkAccountSystem : EntitySystem; diff --git a/Content.Client/_DV/AccountLinking/LinkAccountUIController.cs b/Content.Client/_DV/AccountLinking/LinkAccountUIController.cs index bbdd6900b58..2da0b238bdb 100644 --- a/Content.Client/_DV/AccountLinking/LinkAccountUIController.cs +++ b/Content.Client/_DV/AccountLinking/LinkAccountUIController.cs @@ -1,4 +1,4 @@ -using Content.Client.Lobby.UI; +using Content.Client.Lobby.UI; using Content.Client.Message; using Content.Shared._DV.CCVars; using Content.Shared._DV.AccountLinking; diff --git a/Content.Client/_DV/AccountLinking/LinkAccountWindow.xaml b/Content.Client/_DV/AccountLinking/LinkAccountWindow.xaml index 2571f1562ae..c65f6dd0de2 100644 --- a/Content.Client/_DV/AccountLinking/LinkAccountWindow.xaml +++ b/Content.Client/_DV/AccountLinking/LinkAccountWindow.xaml @@ -1,4 +1,4 @@ - diff --git a/Content.Client/_DV/AccountLinking/LinkAccountWindow.xaml.cs b/Content.Client/_DV/AccountLinking/LinkAccountWindow.xaml.cs index e9c2816fd45..5d72f303612 100644 --- a/Content.Client/_DV/AccountLinking/LinkAccountWindow.xaml.cs +++ b/Content.Client/_DV/AccountLinking/LinkAccountWindow.xaml.cs @@ -1,4 +1,4 @@ -using Robust.Client.AutoGenerated; +using Robust.Client.AutoGenerated; using Robust.Client.UserInterface; using Robust.Client.UserInterface.CustomControls; using Robust.Client.UserInterface.XAML; diff --git a/Content.Server/_DV/AccountLinking/LinkAccountManager.cs b/Content.Server/_DV/AccountLinking/LinkAccountManager.cs index a0f31f3390a..ab1154180be 100644 --- a/Content.Server/_DV/AccountLinking/LinkAccountManager.cs +++ b/Content.Server/_DV/AccountLinking/LinkAccountManager.cs @@ -1,4 +1,4 @@ -using System.Threading; +using System.Threading; using System.Threading.Tasks; using Content.Server.Database; using Content.Shared._DV.AccountLinking; diff --git a/Content.Server/_DV/AccountLinking/LinkAccountSystem.cs b/Content.Server/_DV/AccountLinking/LinkAccountSystem.cs index a6a7ecdfdd7..f62ebf93b2d 100644 --- a/Content.Server/_DV/AccountLinking/LinkAccountSystem.cs +++ b/Content.Server/_DV/AccountLinking/LinkAccountSystem.cs @@ -1,4 +1,4 @@ -using Content.Server.GameTicking; +using Content.Server.GameTicking; namespace Content.Server._DV.AccountLinking; diff --git a/Content.Shared/_DV/AccountLinking/LinkAccountCodeMsg.cs b/Content.Shared/_DV/AccountLinking/LinkAccountCodeMsg.cs index ec7920d3646..b96bbef0c36 100644 --- a/Content.Shared/_DV/AccountLinking/LinkAccountCodeMsg.cs +++ b/Content.Shared/_DV/AccountLinking/LinkAccountCodeMsg.cs @@ -1,4 +1,4 @@ -using Lidgren.Network; +using Lidgren.Network; using Robust.Shared.Network; using Robust.Shared.Serialization; diff --git a/Content.Shared/_DV/AccountLinking/LinkAccountRequestMsg.cs b/Content.Shared/_DV/AccountLinking/LinkAccountRequestMsg.cs index 8772dd3aebd..77c3d1c476a 100644 --- a/Content.Shared/_DV/AccountLinking/LinkAccountRequestMsg.cs +++ b/Content.Shared/_DV/AccountLinking/LinkAccountRequestMsg.cs @@ -1,4 +1,4 @@ -using Lidgren.Network; +using Lidgren.Network; using Robust.Shared.Network; using Robust.Shared.Serialization; diff --git a/Content.Shared/_DV/AccountLinking/LinkAccountStatusMsg.cs b/Content.Shared/_DV/AccountLinking/LinkAccountStatusMsg.cs index 79bf2118be5..7c9ba6720f7 100644 --- a/Content.Shared/_DV/AccountLinking/LinkAccountStatusMsg.cs +++ b/Content.Shared/_DV/AccountLinking/LinkAccountStatusMsg.cs @@ -1,4 +1,4 @@ -using System.IO; +using System.IO; using Lidgren.Network; using Robust.Shared.Network; using Robust.Shared.Serialization; diff --git a/Content.Shared/_DV/AccountLinking/PatronListMsg.cs b/Content.Shared/_DV/AccountLinking/PatronListMsg.cs index 9ea92411b3a..9b2c130bebe 100644 --- a/Content.Shared/_DV/AccountLinking/PatronListMsg.cs +++ b/Content.Shared/_DV/AccountLinking/PatronListMsg.cs @@ -1,4 +1,4 @@ -using Lidgren.Network; +using Lidgren.Network; using Robust.Shared.Network; using Robust.Shared.Serialization; diff --git a/Content.Shared/_DV/AccountLinking/SharedPatron.cs b/Content.Shared/_DV/AccountLinking/SharedPatron.cs index 7f3eded33d0..e53212b7574 100644 --- a/Content.Shared/_DV/AccountLinking/SharedPatron.cs +++ b/Content.Shared/_DV/AccountLinking/SharedPatron.cs @@ -1,4 +1,4 @@ -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared._DV.AccountLinking; diff --git a/Content.Shared/_DV/AccountLinking/SharedPatronFull.cs b/Content.Shared/_DV/AccountLinking/SharedPatronFull.cs index c9de52ebb1d..4f06b197905 100644 --- a/Content.Shared/_DV/AccountLinking/SharedPatronFull.cs +++ b/Content.Shared/_DV/AccountLinking/SharedPatronFull.cs @@ -1,4 +1,4 @@ -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared._DV.AccountLinking; diff --git a/Content.Shared/_DV/AccountLinking/SharedPatronTier.cs b/Content.Shared/_DV/AccountLinking/SharedPatronTier.cs index 896ce588cbf..b25f4543474 100644 --- a/Content.Shared/_DV/AccountLinking/SharedPatronTier.cs +++ b/Content.Shared/_DV/AccountLinking/SharedPatronTier.cs @@ -1,4 +1,4 @@ -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared._DV.AccountLinking; diff --git a/Resources/ConfigPresets/DeltaV/deltav.toml b/Resources/ConfigPresets/DeltaV/deltav.toml index 7f37e67104c..22ad6e8f162 100644 --- a/Resources/ConfigPresets/DeltaV/deltav.toml +++ b/Resources/ConfigPresets/DeltaV/deltav.toml @@ -114,4 +114,4 @@ attenuation = 4 # inversedistanceclamped 1 << 2, see audioparams.cs z_offset = -2 [discord] -discord_account_linking_message_link = "https://discord.com/channels/968983104247185448/1513638637018021978" \ No newline at end of file +discord_account_linking_message_link = "https://discord.com/channels/968983104247185448/1513638637018021978" diff --git a/Resources/Locale/en-US/_DV/accountlinking/ui/discord.ftl b/Resources/Locale/en-US/_DV/accountlinking/ui/discord.ftl index f801dd97bf3..8bba2178647 100644 --- a/Resources/Locale/en-US/_DV/accountlinking/ui/discord.ftl +++ b/Resources/Locale/en-US/_DV/accountlinking/ui/discord.ftl @@ -6,4 +6,4 @@ ui-link-discord-account-text = Click the button below to copy your code. ui-link-discord-account-copy = Copy code ui-link-discord-account-copied = Copied! ui-link-discord-account-already-linked = [bold]Your account is already linked![/bold] -ui-link-discord-account-open-channel = Open channel \ No newline at end of file +ui-link-discord-account-open-channel = Open channel diff --git a/Tools/DeltaV/package_discord_bot.sh b/Tools/DeltaV/package_discord_bot.sh index 860f0962247..a8be5897580 100755 --- a/Tools/DeltaV/package_discord_bot.sh +++ b/Tools/DeltaV/package_discord_bot.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash # Sorry Windows devs, we're making a basic Debian package for the server, so if you can't run bash, you can't package this. -# Also, TODO: Discord Linking \ No newline at end of file +# Also, TODO: Discord Linking