From 2b96b8dff809270dc44a644908d55860cbc17be1 Mon Sep 17 00:00:00 2001 From: squeek Date: Wed, 12 Nov 2014 15:54:43 -0800 Subject: [PATCH] Add newline to end of steam.inf * Without this newline, a 0 gets appended to the appid when the dedicated server is starting * Fixes fortressforever/fortressforever#45 --- steam.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steam.inf b/steam.inf index 642bd08..c3446c9 100644 --- a/steam.inf +++ b/steam.inf @@ -1,2 +1,2 @@ ProductName=FortressForever -appID=253530 \ No newline at end of file +appID=253530