네트워크 멀티플레이 대응
This commit is contained in:
@@ -133,7 +133,7 @@ namespace Northbound
|
||||
return;
|
||||
}
|
||||
|
||||
var inventory = localPlayer.GetComponent<PlayerResourceInventory>();
|
||||
var inventory = localPlayer.GetComponent<PlayerInventory>();
|
||||
if (inventory == null)
|
||||
{
|
||||
playerResourceText.text = playerPrefix + "---";
|
||||
|
||||
Reference in New Issue
Block a user