mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-01 03:32:38 +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()
|
||||
{
|
||||
try
|
||||
{
|
||||
AttachedTransform = InitAttachedTransform();
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
DebugLog.ToConsole($"Exception when Init-ing {this} : {ex}", MessageType.Error);
|
||||
return;
|
||||
}
|
||||
|
||||
AttachedTransform = InitAttachedTransform();
|
||||
IsInitialized = true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user