Flag Ceiling fix

This commit is contained in:
ChocoTaco 2023-03-24 13:28:19 -04:00
parent e93efa685c
commit 9e87ca02a0
2 changed files with 19 additions and 1 deletions

View file

@ -319,3 +319,7 @@ function TSStatic::onTrigger(%this, %triggerId, %on){
function TSStatic::onTriggerTick(%this, %triggerId){
//anti console spam
}
function SimObject::setPosition(%obj, %pos){
%obj.setTransform(%pos SPC getWords(%obj.getTransform(), 3, 6));
}