Author Topic: Trains Mod causes onActivate to be admin only - no idea why  (Read 471 times)

Mod: http://forum.blockland.us/index.php?topic=236729.0

The problem i'm having is that onActivate is disabled by the Train Mod for non-admins. I have no idea at all why this happens, but I think it has something to do with how I packaged activateStuff.
What am I doing wrong?

There's a lot of code in the mod and I can't get at the files from here, so look in the mod linked above if you need to see it (Package is in physics.cs)

This is not the trains mod - this happens on many servers and noone has an idea why

You can do $inputEventAdminOnlyFxDTSBrick_0 = 0; to fix it
« Last Edit: July 19, 2013, 06:45:00 AM by Zeblote »

This is not the trains mod - this happens on many servers and noone has an idea why

You can do $inputEventAdminOnlyFxDTSBrick_0 = 0; to fix it
Okay, ty.