diff --git a/inf3.csproj b/inf3.csproj
index 4f81ce7..9544d7b 100644
--- a/inf3.csproj
+++ b/inf3.csproj
@@ -68,6 +68,7 @@
+
\ No newline at end of file
diff --git a/src/Buffer_Wafa.cs b/src/Buffer_Wafa.cs
index df1dbe4..5f75bdb 100644
--- a/src/Buffer_Wafa.cs
+++ b/src/Buffer_Wafa.cs
@@ -3,12 +3,12 @@ using System.Collections.Generic;
namespace WorldOfPeacecraft
{
- public class Buffer
+ public class Buffer_Wafa
{
private Queue DotA2 = new Queue ();
private int sizelimit;
- public Buffer (int limit)
+ public Buffer_Wafa (int limit)
{
sizelimit = limit;
}