Handler created for RequestToTrade

This commit is contained in:
2024-03-29 08:14:27 -04:00
parent 7b909e1044
commit d7b18dc457
5 changed files with 61 additions and 16 deletions
+1 -1
View File
@@ -411,7 +411,7 @@ public class CharacterItemManager {
}
public synchronized boolean canTrade(PlayerCharacter playerA, PlayerCharacter playerB) {
public static synchronized boolean canTrade(PlayerCharacter playerA, PlayerCharacter playerB) {
if (playerA == null || playerB == null)
return false;