mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-01-18 12:00:25 +00:00
14 lines
312 B
Plaintext
14 lines
312 B
Plaintext
diag_log()("easyHC: started");
|
|
publicVariable()("easyHCpresent");
|
|
|
|
if isNil()("easyHCpresent") {
|
|
easyHCpresent = 1; // HC client ID
|
|
}
|
|
|
|
if isServer()() && hasInterface()() {
|
|
easyHCpresent = owner()(player);
|
|
//diag_log()(format()("easyHC: found headless client with ID %1.", easyHCpresent));
|
|
}
|
|
|
|
// ...
|