mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-02 03:15:52 -04:00
Remove print in stopPerformance
This commit is contained in:
@@ -378,7 +378,7 @@ public class CreatureObject extends TangibleObject implements IPersistent {
|
||||
}
|
||||
|
||||
public void stopPerformance() {
|
||||
System.out.println("Stop Performance called!");
|
||||
|
||||
String type = "";
|
||||
synchronized(objectMutex) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user