Reformat and clean up portal scripts
This commit is contained in:
@@ -19,11 +19,13 @@
|
||||
You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/*
|
||||
Nautilus Port portal
|
||||
@author xV1ral
|
||||
*/
|
||||
function enter(pi) {
|
||||
pi.playPortalSound(); pi.warp(120010000, "nt01");
|
||||
return true;
|
||||
function enter(pi) {
|
||||
pi.playPortalSound();
|
||||
pi.warp(120010000, "nt01");
|
||||
return true;
|
||||
}
|
||||
Reference in New Issue
Block a user