From 38f3f6d9ea55a67ea3960285d8f61b971c3a773a Mon Sep 17 00:00:00 2001 From: Garry Newman Date: Fri, 9 Jun 2017 10:32:34 +0100 Subject: [PATCH] Oops --- Facepunch.Steamworks/Client/MicroTransactions.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Facepunch.Steamworks/Client/MicroTransactions.cs b/Facepunch.Steamworks/Client/MicroTransactions.cs index d2176c8..6c7af88 100644 --- a/Facepunch.Steamworks/Client/MicroTransactions.cs +++ b/Facepunch.Steamworks/Client/MicroTransactions.cs @@ -32,8 +32,6 @@ namespace Facepunch.Steamworks { OnAuthorizationResponse( arg1.Authorized == 1, (int) arg1.AppID, arg1.OrderID ); } - - throw new NotImplementedException(); } public void Dispose()