mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-03-06 05:00:21 +00:00
Update NoBaseRape.cs
This commit is contained in:
parent
65d06b5dc3
commit
7266436bcd
1 changed files with 5 additions and 1 deletions
|
|
@ -29,4 +29,8 @@ function StaticShapeData::damageObject(%data, %targetObject, %sourceObject, %pos
|
|||
parent::damageObject(%data, %targetObject, %sourceObject, %position, %amount, %damageType);
|
||||
}
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
// Prevent package from being activated if it is already
|
||||
if (!isActivePackage(NoBaseRape))
|
||||
activatePackage(NoBaseRape);
|
||||
Loading…
Add table
Add a link
Reference in a new issue