mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-04-21 11:35:20 +00:00
Flag Ceiling fix
This commit is contained in:
parent
e93efa685c
commit
9e87ca02a0
2 changed files with 19 additions and 1 deletions
|
|
@ -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));
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue