Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
compujuckel committed Feb 10, 2024
1 parent 5696f30 commit 187cba4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AssettoServer/Server/Steam/NativeSteam.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
using System;
#if !DISABLE_STEAM

using System;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
Expand All @@ -11,8 +13,6 @@

namespace AssettoServer.Server.Steam;

#if !DISABLE_STEAM

public class NativeSteam : CriticalBackgroundService, ISteam
{
private readonly ACServerConfiguration _configuration;
Expand Down

0 comments on commit 187cba4

Please sign in to comment.