From 87d72ad3e99efa15453eaa38a04980c8a5f28fa4 Mon Sep 17 00:00:00 2001 From: xavier Date: Sun, 3 Feb 2013 01:13:02 +0000 Subject: [PATCH] reverting incomplete bola.cs for push to shard. --- Scripts/Items/Misc/Bola.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Items/Misc/Bola.cs b/Scripts/Items/Misc/Bola.cs index d690ce5cb..f1a817855 100644 --- a/Scripts/Items/Misc/Bola.cs +++ b/Scripts/Items/Misc/Bola.cs @@ -132,7 +132,7 @@ namespace Server.Items ( ( Mobile )state ).EndAction( typeof( Bola ) ); } - public class BolaTarget : Target + private class BolaTarget : Target { private Bola m_Bola;