From f89f308c525e9deebc6d2cf6416e27dfe1a299dc Mon Sep 17 00:00:00 2001 From: Dennis Kobert Date: Sun, 19 May 2019 16:03:38 +0200 Subject: Cleanup DiscoBot Project --- DSALib/Characters/Entity.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'DSALib/Characters/Entity.cs') diff --git a/DSALib/Characters/Entity.cs b/DSALib/Characters/Entity.cs index 6b03e50..a8a5e81 100644 --- a/DSALib/Characters/Entity.cs +++ b/DSALib/Characters/Entity.cs @@ -6,7 +6,7 @@ public override string ToString() { - return this.Name; + return Name; } } -} +} \ No newline at end of file -- cgit v1.2.3-54-g00ecf