Skip to content

Commit

Permalink
make things easier for me :P
Browse files Browse the repository at this point in the history
  • Loading branch information
TangentFoxy committed Aug 30, 2016
1 parent c7c83e8 commit fdafeca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ksp.moon
Expand Up @@ -57,7 +57,7 @@ class extends lapis.Application
input type: "submit"

POST: =>
if @session.id
if @session.id and @session.id != 1 --1 is me, I "don't exist" for submissions, k?
@params.creator_name = (Users\find id: @session.id).name
unless @params.picture\len! > 0
@params.picture = @build_url "/static/img/ksp/no_image.png"
Expand Down

0 comments on commit fdafeca

Please sign in to comment.