Meteor Methods don't work on Server

With Meteor 1.3 my Methods don’t return any respone or error to the client if I wrote them on server, but if I wrote them on the imports directory it works fine.

What is this? Why it’s heppend?