Gun Fix Multiplayer

This commit is contained in:
sebastianhampel1 2023-06-15 11:52:51 -04:00
parent 75c114a14e
commit f668a66bb9
4 changed files with 18 additions and 3 deletions

View File

@ -206,7 +206,7 @@ Material:
- _StencilWriteMask: 6
- _StencilWriteMaskDepth: 8
- _StencilWriteMaskGBuffer: 14
- _StencilWriteMaskMV: 40
- _StencilWriteMaskMV: 42
- _SubsurfaceMask: 1
- _SupportDecals: 1
- _SurfaceType: 0

View File

@ -50,10 +50,18 @@ namespace Item
public bool IsLightOn => targetingLight.gameObject.activeSelf;
//private Dictionary<int,float> projectiles = new Dictionary<int, float>();
public override void OnStartClient()
{
base.OnStartClient();
if (!IsOwner)
{
this.enabled = false;
}
}
// Start is called before the first frame update
private void Start()
{
}
// Update is called once per frame

View File

@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: a9c34549a246d47439b106bb23f71dff
guid: 96a44475794fb6445a6f3c4b9ee13966
DefaultImporter:
externalObjects: {}
userData:

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 0957b521a08374f4aa508231735153bc
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant: