mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-04 02:47:22 +00:00
remove try/catch in SyncBase.Init, i promise you don't want this
This commit is contained in:
parent
65199f0da0
commit
b4bab95474
@ -164,16 +164,7 @@ namespace QSB.Syncs
|
|||||||
|
|
||||||
protected virtual void Init()
|
protected virtual void Init()
|
||||||
{
|
{
|
||||||
try
|
AttachedTransform = InitAttachedTransform();
|
||||||
{
|
|
||||||
AttachedTransform = InitAttachedTransform();
|
|
||||||
}
|
|
||||||
catch (Exception ex)
|
|
||||||
{
|
|
||||||
DebugLog.ToConsole($"Exception when Init-ing {this} : {ex}", MessageType.Error);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
IsInitialized = true;
|
IsInitialized = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user