diff --git a/scripts/module/spectate.nut b/scripts/module/spectate.nut index 3ed664b..c9a015c 100644 --- a/scripts/module/spectate.nut +++ b/scripts/module/spectate.nut @@ -1,8 +1,8 @@ function onKeyDown( player, key ) { - if(player.Spawned) { - return; - } +// if(player.Spawned) { +// return; +// } if ( key == BIND_SPEC_NEXT ) { if( player.SpectateTarget != null) {