mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-08-01 01:15:59 -04:00
6 lines
101 B
Plaintext
6 lines
101 B
Plaintext
trigger OnInitialize()
|
|
{
|
|
detachScript(self, "systems.jedi.jedi_player");
|
|
return SCRIPT_CONTINUE;
|
|
}
|