From 2bdff5fd32343258079ccf103d56f5aaabb127ce Mon Sep 17 00:00:00 2001 From: Greg Edwards Date: Mon, 15 Sep 2014 12:50:48 -0400 Subject: [PATCH] Fixed project not compiling. --- gts/gsbtest.ashx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gts/gsbtest.ashx.cs b/gts/gsbtest.ashx.cs index 6659aeab..201d8531 100644 --- a/gts/gsbtest.ashx.cs +++ b/gts/gsbtest.ashx.cs @@ -17,7 +17,7 @@ namespace PkmnFoundations.GTS } - public override void ProcessGamestatsRequest(byte[] request, MemoryStream response, String url, int pid, HttpContext context) + public override void ProcessGamestatsRequest(byte[] data, MemoryStream response, string url, int pid, HttpContext context, GamestatsSession session) { }